fix using for io.pathnames changes

db4
Doug Coleman 2009-10-16 05:48:51 -05:00
parent 4cec00f209
commit 7e2fdfe1ec
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ USING: tools.test io.files io.files.temp io.pathnames
io.directories io.files.info io.files.info.unix continuations io.directories io.files.info io.files.info.unix continuations
kernel io.files.unix math.bitwise calendar accessors kernel io.files.unix math.bitwise calendar accessors
math.functions math unix.users unix.groups arrays sequences math.functions math unix.users unix.groups arrays sequences
grouping ; grouping io.pathnames.tests ;
IN: io.files.unix.tests IN: io.files.unix.tests
[ "/usr/libexec/" ] [ "/usr/libexec/awk/" parent-directory ] unit-test [ "/usr/libexec/" ] [ "/usr/libexec/awk/" parent-directory ] unit-test

View File

@ -1,5 +1,5 @@
USING: io.files io.pathnames kernel tools.test io.backend USING: io.files io.pathnames kernel tools.test io.backend
io.files.windows.nt splitting sequences ; io.files.windows.nt splitting sequences io.pathnames.private ;
IN: io.files.windows.nt.tests IN: io.files.windows.nt.tests
[ f ] [ "\\foo" absolute-path? ] unit-test [ f ] [ "\\foo" absolute-path? ] unit-test