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 b71b0cdac729bfc5fb8b3fc3463c371590437a93 (commit)
from e1147316ed9789e4a47e6d6526fecd440919a346 (commit)
Summary of changes:
test/suite/Snap/Internal/Http/Server/Tests.hs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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 b71b0cdac729bfc5fb8b3fc3463c371590437a93
Author: Gregory Collins <[email protected]>
Date: Sat Aug 28 12:34:21 2010 -0400
Fix mapM_ in testsuite
diff --git a/test/suite/Snap/Internal/Http/Server/Tests.hs
b/test/suite/Snap/Internal/Http/Server/Tests.hs
index a5d7c37..4b63447 100644
--- a/test/suite/Snap/Internal/Http/Server/Tests.hs
+++ b/test/suite/Snap/Internal/Http/Server/Tests.hs
@@ -84,7 +84,7 @@ sampleRequest1_0 =
testMethodParsing :: Test
testMethodParsing =
- testCase "method parsing" $ mapM_ testOneMethod ms
+ testCase "method parsing" $ Prelude.mapM_ testOneMethod ms
where
ms = [ GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, CONNECT ]
-----------------------------------------------------------------------
hooks/post-receive
--
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap