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


The following commit has been merged in the master branch:
commit de778907aa21640a0fd5c7a5ebafd31d1497d92d
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Apr 10 23:00:36 2006 +0100

    Fix for hugs

diff --git a/testsrc/Globtest.hs b/testsrc/Globtest.hs
index 57e4a0f..fdb5513 100644
--- a/testsrc/Globtest.hs
+++ b/testsrc/Globtest.hs
@@ -45,9 +45,8 @@ globtest thetest =
                  createSymbolicLink (preppath "broken") (preppath "sym1")
                  createSymbolicLink (preppath "broken") (preppath "sym2")
                  
-assertEqualSorted msg exp res =
+eq msg exp res =
     assertEqual msg (sort exp) (sort res)
-eq = assertEqualSorted
 mf msg func = TestLabel msg $ TestCase $ globtest func
 f func = TestCase $ globtest func
 preppath x = bp ++ "/" ++ x

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list