]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/client/client-tests.factor
factor: qualifying blank?, random fixes, renamed test file
[factor.git] / basis / http / client / client-tests.factor
index bb9c64fc47d7c9e5292d6d425ce5c10912c3fb1f..d139ad7b6ad3f79a5323ae6f407a95f8f1d3db0f 100644 (file)
@@ -1,5 +1,6 @@
 USING: accessors http http.client http.client.private
-io.streams.string kernel namespaces sequences tools.test urls ;
+io.streams.string kernel namespaces sequences splitting
+tools.test urls ;
 IN: http.client.tests
 
 { "foo.txt" } [ "http://www.paulgraham.com/foo.txt" download-name ] unit-test