2 USING: prettyprint mason.common mason.config
3 namespaces calendar tools.test io.files io.files.temp io.encodings.utf8 ;
5 [ "00:01:01" ] [ 61000 milli-seconds>time ] unit-test
7 [ "/home/bobby/builds/factor" ] [
9 "/home/bobby/builds" builds-dir set
14 [ "/home/bobby/builds/2008-09-11-12-23" ] [
16 "/home/bobby/builds" builds-dir set
28 [ ] [ "empty-test" temp-file utf8 [ ] with-file-writer ] unit-test
30 [ "empty-test" temp-file eval-file ] must-fail
32 [ ] [ "eval-file-test" temp-file utf8 [ { 1 2 3 } . ] with-file-writer ] unit-test
34 [ { 1 2 3 } ] [ "eval-file-test" temp-file eval-file ] unit-test