]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 4dcc6b8..7a7fcff
@@ -1,7 +1,6 @@
 USING: http.client http.client.private http tools.test
 namespaces urls ;
-
-\ download must-infer
+IN: http.client.tests
 
 [ "localhost" f ] [ "localhost" parse-host ] unit-test
 [ "localhost" 8888 ] [ "localhost:8888" parse-host ] unit-test
@@ -18,6 +17,7 @@ namespaces urls ;
         { version "1.1" }
         { cookies V{ } }
         { header H{ { "connection" "close" } { "user-agent" "Factor http.client" } } }
+        { redirects 10 }
     }
 ] [
     "http://www.apple.com/index.html"
@@ -31,6 +31,7 @@ namespaces urls ;
         { version "1.1" }
         { cookies V{ } }
         { header H{ { "connection" "close" } { "user-agent" "Factor http.client" } } }
+        { redirects 10 }
     }
 ] [
     "https://www.amazon.com/index.html"