[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-38-gf16a0a9

John Goerzen jgoerzen at complete.org
Fri Apr 23 23:38:22 UTC 2010


The following commit has been merged in the master branch:
commit e73b93ea06e7b5510b30696eb55ce566b8d9f6d4
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Apr 23 05:17:46 2010 -0500

    attempting to clean up display

diff --git a/src/Test/HUnit/Tools.hs b/src/Test/HUnit/Tools.hs
index bfeb541..a1bc079 100644
--- a/src/Test/HUnit/Tools.hs
+++ b/src/Test/HUnit/Tools.hs
@@ -54,7 +54,8 @@ qccheck :: (QC.Testable a) =>
         -> Test
 qccheck config lbl property =
     TestLabel lbl $ TestCase $
-      do result <- quickCheckWithResult config property
+      do putStrLn ""
+         result <- quickCheckWithResult config property
          case result of
            Success _ -> return ()
            _ -> assertFailure (show result)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list