2008-12-14 22:21:44 -05:00
|
|
|
USING: io.directories.search io.files io.files.unique
|
|
|
|
io.pathnames kernel namespaces sequences sorting tools.test ;
|
|
|
|
IN: io.directories.search.tests
|
2008-12-14 21:03:00 -05:00
|
|
|
|
|
|
|
[ t ] [
|
|
|
|
[
|
2009-01-26 21:16:18 -05:00
|
|
|
10 [ "io.paths.test" "gogogo" make-unique-file ] replicate
|
|
|
|
current-temporary-directory get t [ ] find-all-files
|
|
|
|
] with-unique-directory drop [ natural-sort ] bi@ =
|
2008-12-14 21:03:00 -05:00
|
|
|
] unit-test
|