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


The following commit has been merged in the master branch:
commit e6abe92b62b2973d0d9a38a3003ad7f3348969d0
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Dec 21 04:41:29 2004 +0100

    Checkpointing
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-112)

diff --git a/ChangeLog b/ChangeLog
index 7c8d353..487fc07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-20 21:41:29 GMT	John Goerzen <jgoerzen at complete.org>	patch-112
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.7--patch-112
+
+
+    modified files:
+     ChangeLog testsrc/HVFStest.hs
+
+
 2004-12-20 21:39:40 GMT	John Goerzen <jgoerzen at complete.org>	patch-111
 
     Summary:
diff --git a/testsrc/HVFStest.hs b/testsrc/HVFStest.hs
index 9fcbe91..7140729 100644
--- a/testsrc/HVFStest.hs
+++ b/testsrc/HVFStest.hs
@@ -52,6 +52,10 @@ test_structure =
         ,f "dir1" (\x -> ["file3.txt", "test.txt", "dir2"] `ioeq`
                    vGetDirectoryContents x "/dir1")
         ,f "dir1/dir2" (\x -> [] `ioeq` vGetDirectoryContents x "/dir1/dir2")
+        ,f "relative tests" (\x -> 
+            do vSetCurrentDirectory x "dir1"
+               [] `ioeq` vGetDirectoryContents x "dir2"
+                            )
         ]
                             
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list