From 6ea1de887de9d3956c0e466f5a4e04ed92fc2e18 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sun, 14 Dec 2008 22:38:14 -0600 Subject: [PATCH] More unit test fixes --- basis/logging/server/server.factor | 10 +++++----- core/io/pathnames/pathnames-tests.factor | 3 +++ core/io/streams/c/c-tests.factor | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/basis/logging/server/server.factor b/basis/logging/server/server.factor index 1872bb0af2..68f8d74571 100644 --- a/basis/logging/server/server.factor +++ b/basis/logging/server/server.factor @@ -1,10 +1,10 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: namespaces kernel io calendar sequences io.files -io.sockets continuations destructors prettyprint assocs -math.parser words debugger math combinators -concurrency.messaging threads arrays init math.ranges strings -calendar.format io.encodings.utf8 ; +USING: namespaces kernel io io.files io.pathnames io.directories +io.sockets io.encodings.utf8 +calendar calendar.format sequences continuations destructors +prettyprint assocs math.parser words debugger math combinators +concurrency.messaging threads arrays init math.ranges strings ; IN: logging.server : log-root ( -- string ) diff --git a/core/io/pathnames/pathnames-tests.factor b/core/io/pathnames/pathnames-tests.factor index eaf3ed0ef7..41498fa15a 100644 --- a/core/io/pathnames/pathnames-tests.factor +++ b/core/io/pathnames/pathnames-tests.factor @@ -1,3 +1,6 @@ +USING: io.pathnames io.files.temp io.directories +continuations math io.files.private kernel +namespaces tools.test ; IN: io.pathnames.tests [ "passwd" ] [ "/etc/passwd" file-name ] unit-test diff --git a/core/io/streams/c/c-tests.factor b/core/io/streams/c/c-tests.factor index 4a3d94a172..3dde9152d0 100644 --- a/core/io/streams/c/c-tests.factor +++ b/core/io/streams/c/c-tests.factor @@ -1,4 +1,4 @@ -USING: tools.test io.files io io.streams.c +USING: tools.test io.files io.files.temp io io.streams.c io.encodings.ascii strings ; IN: io.streams.c.tests