[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 15:01:23 UTC 2010


The following commit has been merged in the master branch:
commit 870b18bc03aadd49d4cfb033997c4253585c4679
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jul 22 22:20:48 2005 +0100

    Fixed no EOL at EOF warnings in tests

diff --git a/testsrc/Bitstest.hs b/testsrc/Bitstest.hs
index dab2ebf..a4c988a 100644
--- a/testsrc/Bitstest.hs
+++ b/testsrc/Bitstest.hs
@@ -49,4 +49,4 @@ test_getBytes =
 
 tests = TestList [TestLabel "getBytes" (TestList test_getBytes),
                   TestLabel "fromBytes" (TestList test_fromBytes)
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/ConfigParser/Parsertest.hs b/testsrc/ConfigParser/Parsertest.hs
index 4cb2ca3..dad55b9 100644
--- a/testsrc/ConfigParser/Parsertest.hs
+++ b/testsrc/ConfigParser/Parsertest.hs
@@ -86,4 +86,4 @@ test_extensionlines =
 tests = TestList [TestLabel "test_basic" (TestList test_basic),
                   TestLabel "test_asserts" (TestList test_asserts),
                   TestLabel "test_extensionlines" (TestCase test_extensionlines)
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/FiniteMaptest.hs b/testsrc/FiniteMaptest.hs
index f909a9b..55d3ba4 100644
--- a/testsrc/FiniteMaptest.hs
+++ b/testsrc/FiniteMaptest.hs
@@ -44,4 +44,4 @@ test_flippedLookupFM =
 
 tests = TestList [TestLabel "flipFM" (TestList test_flipFM),
                   TestLabel "flippedLookupFM" (TestList test_flippedLookupFM)
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/HVFStest.hs b/testsrc/HVFStest.hs
index c779c3b..9dee44a 100644
--- a/testsrc/HVFStest.hs
+++ b/testsrc/HVFStest.hs
@@ -123,4 +123,4 @@ tests = TestList [TestLabel "nice_slice" (TestList test_nice_slice)
                  ,TestLabel "structure" (TestList test_structure)
                  ,TestLabel "content" (TestList test_content)
                  ,TestLabel "chroot" (TestList test_chroot)
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/HVIOtest.hs b/testsrc/HVIOtest.hs
index 7d74730..93c7001 100644
--- a/testsrc/HVIOtest.hs
+++ b/testsrc/HVIOtest.hs
@@ -87,4 +87,4 @@ test_StreamReader =
 
 tests = TestList [TestLabel "streamReader" (TestList test_StreamReader),
                   TestLabel "MemoryBuffer" (TestList test_MemoryBuffer)
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/Network/FTP/Parsertest.hs b/testsrc/Network/FTP/Parsertest.hs
index c44339e..32e531e 100644
--- a/testsrc/Network/FTP/Parsertest.hs
+++ b/testsrc/Network/FTP/Parsertest.hs
@@ -49,4 +49,4 @@ tests = TestList [TestLabel "parseReply" (TestCase test_parseReply)
                   --TestLabel "toPortString" (TestCase test_toPortString),
                   --TestLabel "fromPortString" (TestCase test_fromPortString)
 
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/Pathtest.hs b/testsrc/Pathtest.hs
index 226f3e9..dc25ee1 100644
--- a/testsrc/Pathtest.hs
+++ b/testsrc/Pathtest.hs
@@ -74,4 +74,4 @@ test_splitExt =
 tests = TestList [TestLabel "splitExt" (TestList test_splitExt)
                  ,TestLabel "absNormPath" (TestList test_absNormPath)
                  ,TestLabel "secureAbsNormPath" (TestList test_secureAbsNormPath)
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/Printftest.hs b/testsrc/Printftest.hs
index 840bf94..e6fb226 100644
--- a/testsrc/Printftest.hs
+++ b/testsrc/Printftest.hs
@@ -94,4 +94,4 @@ tests = TestList [TestLabel "vsprintf" (TestList test_vsprintf),
                   TestLabel "vsprintf generics" (TestList test_vsprintf_generics),
                   TestLabel "vsprintf strings" (TestList test_vsprintf_strings),
                   TestLabel "vsprintf AL&FM" (TestList test_al_fm)
-                 ]
\ No newline at end of file
+                 ]
diff --git a/testsrc/Testutil.hs b/testsrc/Testutil.hs
index 928bb05..99b8d24 100644
--- a/testsrc/Testutil.hs
+++ b/testsrc/Testutil.hs
@@ -34,4 +34,4 @@ assertRaises msg selector action =
 mapassertEqual :: (Show b, Eq b) => String -> (a -> b) -> [(a, b)] -> [Test]
 mapassertEqual descrip func [] = []
 mapassertEqual descrip func ((inp,result):xs) =
-    (TestCase $ assertEqual descrip result (func inp)) : mapassertEqual descrip func xs
\ No newline at end of file
+    (TestCase $ assertEqual descrip result (func inp)) : mapassertEqual descrip func xs

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list