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


The following commit has been merged in the master branch:
commit 6e8eface83182d6253498d60b40d7e2aff1cb56f
Author: John Goerzen <jgoerzen at complete.org>
Date:   Mon Apr 10 22:01:27 2006 +0100

    Fix globtest setup -- 702 tests now pass

diff --git a/testsrc/Globtest.hs b/testsrc/Globtest.hs
index 0d29e84..15f34c9 100644
--- a/testsrc/Globtest.hs
+++ b/testsrc/Globtest.hs
@@ -42,8 +42,8 @@ globtest thetest =
                         bp ++ "/a/bcd/efg"]
                  mapM_ touch [bp ++ "/a/D", bp ++ "/aab/F", bp ++ "/aaa/zzzF",
                               bp ++ "/a/bcd/EF", bp ++ "/a/bcd/efg/ha"]
-                 createSymbolicLink "broken" "sym1"
-                 createSymbolicLink "broken" "sym2"
+                 createSymbolicLink (preppath "broken") (preppath "sym1")
+                 createSymbolicLink (preppath "broken") (preppath "sym2")
                  
 assertEqualSorted msg exp res =
     assertEqual msg (sort exp) (sort res)

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list