]> 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 1219ae0..7a7fcff
@@ -1,5 +1,7 @@
 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
 
@@ -15,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"
@@ -28,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"