[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:50:06 UTC 2010


The following commit has been merged in the master branch:
commit fb22cf9e83154733e5b12a055753600f90a3dad6
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Dec 4 11:36:26 2004 +0100

    Updated
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-40)

diff --git a/ChangeLog b/ChangeLog
index 78f9252..6c78628 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,21 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-04 04:36:26 GMT	John Goerzen <jgoerzen at complete.org>	patch-40
+
+    Summary:
+      Updated
+    Revision:
+      missingh--head--0.7--patch-40
+
+
+    new files:
+     testsrc/gzfiles/.arch-ids/t1bad.gz.id testsrc/gzfiles/t1bad.gz
+
+    modified files:
+     ChangeLog testsrc/GZiptest.hs
+
+
 2004-12-04 04:33:56 GMT	John Goerzen <jgoerzen at complete.org>	patch-39
 
     Summary:
diff --git a/testsrc/GZiptest.hs b/testsrc/GZiptest.hs
index e1e0adb..235411f 100644
--- a/testsrc/GZiptest.hs
+++ b/testsrc/GZiptest.hs
@@ -75,6 +75,7 @@ test_gunzip =
         in
         [
          f "t1.gz" ("Test 1", True)
+        ,f "t1bad.gz" ("Test 1", False)
         ]
 
 tests = TestList [TestLabel "inflate" (TestList test_inflate),
diff --git a/testsrc/gzfiles/t1bad.gz b/testsrc/gzfiles/t1bad.gz
new file mode 100644
index 0000000..b8bdf66
Binary files /dev/null and b/testsrc/gzfiles/t1bad.gz differ

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list