Fix mason unit test
parent
c5ff05f9fe
commit
cc573c0ecc
|
@ -1,6 +1,7 @@
|
||||||
IN: mason.common.tests
|
IN: mason.common.tests
|
||||||
USING: prettyprint mason.common mason.config
|
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
|
[ "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
|
] with-scope
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ "/home/bobby/builds/2008-09-11-12-23" ] [
|
[ t ] [
|
||||||
[
|
[
|
||||||
"/home/bobby/builds" builds-dir set
|
"/home/bobby/builds" builds-dir set
|
||||||
T{ timestamp
|
T{ timestamp
|
||||||
|
@ -23,6 +24,7 @@ namespaces calendar tools.test io.files io.files.temp io.encodings.utf8 ;
|
||||||
} datestamp stamp set
|
} datestamp stamp set
|
||||||
build-dir
|
build-dir
|
||||||
] with-scope
|
] with-scope
|
||||||
|
"/home/bobby/builds/2008-09-11-12-23" head?
|
||||||
] unit-test
|
] unit-test
|
||||||
|
|
||||||
[ ] [ "empty-test" temp-file utf8 [ ] with-file-writer ] unit-test
|
[ ] [ "empty-test" temp-file utf8 [ ] with-file-writer ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue