[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:47:24 UTC 2010


The following commit has been merged in the master branch:
commit e4fb6359d94886065a4803b3559fb4774aff8cc7
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Nov 19 00:17:15 2004 +0100

    Basic parser tests work
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-74)

diff --git a/ChangeLog b/ChangeLog
index e5bdf83..63f3678 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-18 17:17:15 GMT	John Goerzen <jgoerzen at complete.org>	patch-74
+
+    Summary:
+      Basic parser tests work
+    Revision:
+      missingh--head--0.5--patch-74
+
+
+    modified files:
+     ChangeLog testsrc/ConfigParser/RunParsertest.hs
+
+
 2004-11-18 17:11:30 GMT	John Goerzen <jgoerzen at complete.org>	patch-73
 
     Summary:
diff --git a/testsrc/ConfigParser/RunParsertest.hs b/testsrc/ConfigParser/RunParsertest.hs
index 8341469..50691ed 100644
--- a/testsrc/ConfigParser/RunParsertest.hs
+++ b/testsrc/ConfigParser/RunParsertest.hs
@@ -24,7 +24,7 @@ import Testutil
 test_basic =
     let f inp exp = exp @=? parse_string inp in
         do
-        --f "" []
+        f "" []
         f "foo: bar" [("DEFAULT", [("foo", "bar")])]
 
 tests = TestList [TestLabel "test_basic" (TestCase test_basic)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list