From 74d87e5a41ee9a8959be7b7d7880f2bdc6ce98d0 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 4 Jul 2008 00:16:27 -0500 Subject: [PATCH] Fix http tests --- extra/http/http-tests.factor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extra/http/http-tests.factor b/extra/http/http-tests.factor index 7ddf6cf3aa..52ae9c3e38 100755 --- a/extra/http/http-tests.factor +++ b/extra/http/http-tests.factor @@ -1,8 +1,8 @@ -USING: http tools.test multiline tuple-syntax io.streams.string -io.encodings.utf8 io.encodings.8-bit io.encodings.binary -io.encodings.string kernel arrays splitting sequences assocs -io.sockets db db.sqlite continuations urls hashtables accessors -; +USING: http http.server http.client tools.test multiline +tuple-syntax io.streams.string io.encodings.utf8 +io.encodings.8-bit io.encodings.binary io.encodings.string +kernel arrays splitting sequences assocs io.sockets db db.sqlite +continuations urls hashtables accessors ; IN: http.tests [ "text/plain" latin1 ] [ "text/plain" parse-content-type ] unit-test