This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-server".

The branch, master has been updated
       via  13ad447b7fd872fe853b80ef7e83b2c84bc93d09 (commit)
      from  0633385960a8c30a034b3acba3e43037d896f8bf (commit)


Summary of changes:
 snap-server.cabal                                  |    2 +-
 .../Concurrent => Concurrent/HashMap}/Tests.hs     |    4 ++--
 test/suite/TestSuite.hs                            |    6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)
 rename test/suite/Data/{HashMap/Concurrent => Concurrent/HashMap}/Tests.hs 
(97%)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 13ad447b7fd872fe853b80ef7e83b2c84bc93d09
Author: Gregory Collins <[email protected]>
Date:   Sun Aug 29 16:15:21 2010 -0400

    Fix testsuite re: concurrent hashmap rename

diff --git a/snap-server.cabal b/snap-server.cabal
index a9997b9..129795b 100644
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -66,7 +66,7 @@ extra-source-files:
   test/runTestsAndCoverage.sh,
   test/snap-server-testsuite.cabal,
   test/suite/Paths_snap_server.hs,
-  test/suite/Data/HashMap/Concurrent/Tests.hs,
+  test/suite/Data/Concurrent/HashMap/Tests.hs,
   test/suite/Snap/Internal/Http/Parser/Tests.hs,
   test/suite/Snap/Internal/Http/Parser/Tests.hs,
   test/suite/Snap/Internal/Http/Server/Tests.hs,
diff --git a/test/suite/Data/HashMap/Concurrent/Tests.hs 
b/test/suite/Data/Concurrent/HashMap/Tests.hs
similarity index 97%
rename from test/suite/Data/HashMap/Concurrent/Tests.hs
rename to test/suite/Data/Concurrent/HashMap/Tests.hs
index 2ea7e8f..a0fefaf 100644
--- a/test/suite/Data/HashMap/Concurrent/Tests.hs
+++ b/test/suite/Data/Concurrent/HashMap/Tests.hs
@@ -2,7 +2,7 @@
 {-# LANGUAGE ScopedTypeVariables #-}
 {-# LANGUAGE PackageImports #-}
 
-module Data.HashMap.Concurrent.Tests
+module Data.Concurrent.HashMap.Tests
   ( tests ) where
 
 import           Data.ByteString.Char8 (ByteString)
@@ -13,7 +13,7 @@ import           Test.Framework.Providers.QuickCheck2
 import           Test.QuickCheck
 import           Test.QuickCheck.Monadic
 
-import qualified Data.HashMap.Concurrent as H
+import qualified Data.Concurrent.HashMap as H
 import           Snap.Test.Common ()
 
 tests :: [Test]
diff --git a/test/suite/TestSuite.hs b/test/suite/TestSuite.hs
index 226dd43..9a541e5 100644
--- a/test/suite/TestSuite.hs
+++ b/test/suite/TestSuite.hs
@@ -2,14 +2,14 @@ module Main where
 
 import Test.Framework (defaultMain, testGroup)
 
-import qualified Data.HashMap.Concurrent.Tests
+import qualified Data.Concurrent.HashMap.Tests
 import qualified Snap.Internal.Http.Parser.Tests
 import qualified Snap.Internal.Http.Server.Tests
 
 main :: IO ()
 main = defaultMain tests
-  where tests = [ testGroup "Data.HashMap.Concurrent.Tests"
-                            Data.HashMap.Concurrent.Tests.tests
+  where tests = [ testGroup "Data.Concurrent.HashMap.Tests"
+                            Data.Concurrent.HashMap.Tests.tests
                 , testGroup "Snap.Internal.Http.Parser.Tests"
                             Snap.Internal.Http.Parser.Tests.tests
                 , testGroup "Snap.Internal.Http.Server.Tests"
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to