]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/http/client/client-tests.factor
http.download: fix for new changes
[factor.git] / basis / http / client / client-tests.factor
index 6ccf080b067d8057c5a50f1cbde9c16b478e2d5c..a89d5107b1f28b679a124b196c138a448274e1f8 100644 (file)
@@ -3,11 +3,6 @@ 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
-{ "foo.txt" } [ "http://www.arc.com/foo.txt?xxx" download-name ] unit-test
-{ "foo.txt" } [ "http://www.arc.com/foo.txt/" download-name ] unit-test
-{ "www.arc.com" } [ "http://www.arc.com////" download-name ] unit-test
-
 {
     T{ request
         { url T{ url { protocol "http" } { host "www.apple.com" } { port 80 } { path "/index.html" } } }