[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:49:56 UTC 2010


The following commit has been merged in the master branch:
commit a422bdbde728e771a8beebec047197f55158d909
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Dec 4 09:42:45 2004 +0100

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

diff --git a/ChangeLog b/ChangeLog
index 19482bb..922955c 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 02:42:45 GMT	John Goerzen <jgoerzen at complete.org>	patch-36
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.7--patch-36
+
+
+    new files:
+     testsrc/gzfiles/.arch-ids/zeros.gz.id testsrc/gzfiles/zeros.gz
+
+    modified files:
+     ChangeLog testsrc/GZiptest.hs
+
+
 2004-12-04 02:37:21 GMT	John Goerzen <jgoerzen at complete.org>	patch-35
 
     Summary:
diff --git a/testsrc/GZiptest.hs b/testsrc/GZiptest.hs
index 49fcc9b..bfd9cf6 100644
--- a/testsrc/GZiptest.hs
+++ b/testsrc/GZiptest.hs
@@ -33,6 +33,8 @@ test_inflate =
          f "t1.gz" "Test 1" inflate_string
         ,f "t1.gz" ("Test 1",
                     "\x19\xf8\x27\x99\x06\x00\x00\x00") inflate_string_remainder
+        ,f "empty.gz" "" inflate_string
+        ,f "zeros.gz" (replicate (10 * 1048576) '\0') inflate_string
         ]
 
 test_header =
diff --git a/testsrc/gzfiles/zeros.gz b/testsrc/gzfiles/zeros.gz
new file mode 100644
index 0000000..44f8f1f
Binary files /dev/null and b/testsrc/gzfiles/zeros.gz differ

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list