[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:59:04 UTC 2010


The following commit has been merged in the master branch:
commit 291e13768a128e9f99d6feeb7dc563fe0aa8ac91
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat May 14 00:04:34 2005 +0100

    Added CSV generation testing to TODO

diff --git a/TODO b/TODO
index 46e5736..62e882c 100644
--- a/TODO
+++ b/TODO
@@ -15,3 +15,5 @@ FTP server:
   timeouts
   Proper error checking lots of places, esp. runDataChan
 
+CSVtest:
+  Test CSV generation
diff --git a/testsrc/Str/CSVtest.hs b/testsrc/Str/CSVtest.hs
index d9668a2..8dc901e 100644
--- a/testsrc/Str/CSVtest.hs
+++ b/testsrc/Str/CSVtest.hs
@@ -40,4 +40,3 @@ test_csv =
 
 tests = TestList [TestLabel "csv" (TestList test_csv)]
 
-

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list