[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:07 UTC 2010
The following commit has been merged in the master branch:
commit e37c3536489611511bfddaa8afac19057e295da0
Author: John Goerzen <jgoerzen at complete.org>
Date: Sat Dec 4 11:51:40 2004 +0100
Added concatenated gzip file
Keywords:
(jgoerzen at complete.org--projects/missingh--head--0.7--patch-41)
diff --git a/ChangeLog b/ChangeLog
index 6c78628..f0c9a2d 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:51:40 GMT John Goerzen <jgoerzen at complete.org> patch-41
+
+ Summary:
+ Added concatenated gzip file
+ Revision:
+ missingh--head--0.7--patch-41
+
+
+ new files:
+ testsrc/gzfiles/.arch-ids/t2.gz.id testsrc/gzfiles/t2.gz
+
+ modified files:
+ ChangeLog Makefile testsrc/GZiptest.hs
+
+
2004-12-04 04:36:26 GMT John Goerzen <jgoerzen at complete.org> patch-40
Summary:
diff --git a/Makefile b/Makefile
index 2ce757b..94fcfea 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ testsrc/runtests: all $(shell find testsrc -name "*.hs")
ghc6 -fallow-overlapping-instances -fallow-undecidable-instances -fglasgow-exts -package HUnit --make -o testsrc/runtests -itestsrc -ilibsrc testsrc/runtests.hs
test-ghc6: testsrc/runtests
- testsrc/runtests
+ testsrc/runtests
test-hugs:
runhugs -98 +o -P$(PWD)/libsrc:$(PWD)/testsrc: testsrc/runtests.hs
diff --git a/testsrc/GZiptest.hs b/testsrc/GZiptest.hs
index 235411f..8679fc2 100644
--- a/testsrc/GZiptest.hs
+++ b/testsrc/GZiptest.hs
@@ -76,6 +76,7 @@ test_gunzip =
[
f "t1.gz" ("Test 1", True)
,f "t1bad.gz" ("Test 1", False)
+ ,f "t2.gz" ("Test 1Test 2", True)
]
tests = TestList [TestLabel "inflate" (TestList test_inflate),
diff --git a/testsrc/gzfiles/t2.gz b/testsrc/gzfiles/t2.gz
new file mode 100644
index 0000000..403eaa7
Binary files /dev/null and b/testsrc/gzfiles/t2.gz differ
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list