]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix mason unit test
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 14 Jun 2010 03:39:31 +0000 (22:39 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 14 Jun 2010 03:39:31 +0000 (22:39 -0500)
extra/mason/common/common-tests.factor

index 6d7f9732962e706127b76c140baadefd65472163..b8e01d39937097de7ef85d869e98dc0b1801dd22 100644 (file)
@@ -1,6 +1,7 @@
 IN: mason.common.tests
 USING: prettyprint mason.common mason.config
-namespaces calendar tools.test io.files io.files.temp io.encodings.utf8 ;
+namespaces calendar tools.test io.files
+io.files.temp io.encodings.utf8 sequences ;
 
 [ "00:01:02" ] [ 62,000,000,000 nanos>time ] unit-test
 
@@ -11,7 +12,7 @@ namespaces calendar tools.test io.files io.files.temp io.encodings.utf8 ;
     ] with-scope
 ] unit-test
 
-[ "/home/bobby/builds/2008-09-11-12-23" ] [
+[ t ] [
     [
         "/home/bobby/builds" builds-dir set
         T{ timestamp
@@ -23,6 +24,7 @@ namespaces calendar tools.test io.files io.files.temp io.encodings.utf8 ;
         } datestamp stamp set
         build-dir
     ] with-scope
+    "/home/bobby/builds/2008-09-11-12-23" head?
 ] unit-test
 
 [ ] [ "empty-test" temp-file utf8 [ ] with-file-writer ] unit-test