aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test303
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-02-09 02:01:36 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-02-09 02:01:36 +0000
commit59e3651af36cf3f48dd0937b25082932a1da26d8 (patch)
tree49c293714639ca060735bea44744072805ef5210 /tests/data/test303
parent4c841a1f0cf53d363d2ba3351c558ce8b06e9c25 (diff)
Fixed test to use HTTPS as documented.
Diffstat (limited to 'tests/data/test303')
-rw-r--r--tests/data/test30316
1 files changed, 12 insertions, 4 deletions
diff --git a/tests/data/test303 b/tests/data/test303
index 87b86ede7..725193b3e 100644
--- a/tests/data/test303
+++ b/tests/data/test303
@@ -1,4 +1,12 @@
<testcase>
+<info>
+<keywords>
+HTTPS
+HTTP GET
+timeout
+</keywords>
+</info>
+
# Server-side
<reply>
<data>
@@ -9,7 +17,7 @@ Connection: close
<html>result</html>
</data>
<postcmd>
-wait 10
+wait 20
</postcmd>
</reply>
@@ -22,10 +30,10 @@ SSL
https
</server>
<name>
-HTTPS with 2 secs timeout
+HTTPS with 7 secs timeout
</name>
<command>
-http://%HOSTIP:%HTTPPORT/want/303 -m 2
+-k https://%HOSTIP:%HTTPSPORT/want/303 -m 7
</command>
</client>
@@ -36,7 +44,7 @@ http://%HOSTIP:%HTTPPORT/want/303 -m 2
</strip>
<protocol>
GET /want/303 HTTP/1.1
-Host: %HOSTIP:%HTTPPORT
+Host: %HOSTIP:%HTTPSPORT
Accept: */*
</protocol>