]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/client/client-tests.factor
Delete empty unit tests files, remove 1- and 1+, reorder IN: lines in a lot of places...
[factor.git] / basis / http / client / client-tests.factor
index c391b417a932eaab87c5f3d6bf94009928eb4cda..7a7fcffc741d5a838971d0a9a4e4018a8cbf0209 100644 (file)
@@ -1,5 +1,6 @@
 USING: http.client http.client.private http tools.test
 namespaces urls ;
+IN: http.client.tests
 
 [ "localhost" f ] [ "localhost" parse-host ] unit-test
 [ "localhost" 8888 ] [ "localhost:8888" parse-host ] unit-test