Added test case 38
authorDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 14:25:57 +0000 (14:25 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 14 Mar 2001 14:25:57 +0000 (14:25 +0000)
tests/data/Makefile.am
tests/data/command38.txt [new file with mode: 0644]
tests/data/name38.txt [new file with mode: 0644]
tests/data/prot38.txt [new file with mode: 0644]
tests/data/reply38.txt [new file with mode: 0644]
tests/data/reply380001.txt [new file with mode: 0644]

index 60f930c..3c16264 100644 (file)
@@ -4,7 +4,7 @@ install:
 test:
        [ -f command1.txt ] || ln -s $(srcdir)/*.txt .
 
-EXTRA_DIST = command1.txt      error113.txt      name17.txt        prot8.txt \
+EXTRA_DIST = command1.txt error113.txt name17.txt prot8.txt \
 command10.txt  error114.txt name18.txt  prot9.txt \
 command100.txt error115.txt name19.txt  reply1.txt \
 command101.txt error116.txt name2.txt   reply10.txt \
@@ -67,3 +67,5 @@ command34.txt prot34.txt reply340001.txt name34.txt reply34.txt \
 command35.txt  name35.txt     prot35.txt     reply35.txt \
 command36.txt  error36.txt  name36.txt  reply36.txt \
 command37.txt  name37.txt  prot37.txt  reply37.txt
+command38.txt prot38.txt reply380001.txt \
+name38.txt reply38.txt
diff --git a/tests/data/command38.txt b/tests/data/command38.txt
new file mode 100644 (file)
index 0000000..3841e97
--- /dev/null
@@ -0,0 +1 @@
+http://user:pwd@%HOSTIP:%HOSTPORT/38 -L
diff --git a/tests/data/name38.txt b/tests/data/name38.txt
new file mode 100644 (file)
index 0000000..80a8b96
--- /dev/null
@@ -0,0 +1 @@
+HTTP GET with user+password in URL and Location: and --include
diff --git a/tests/data/prot38.txt b/tests/data/prot38.txt
new file mode 100644 (file)
index 0000000..aa66135
--- /dev/null
@@ -0,0 +1,11 @@
+GET /38 HTTP/1.1\r
+Authorization: Basic dXNlcjpwd2Q=\r
+Host: 127.0.0.1:8999\r
+Pragma: no-cache\r
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r
+\r
+GET /ffffooooooooooooooooooooooooooooooooooooooooooooooooooo/37?fake HTTP/1.1\r
+Host: 127.0.0.1:8999\r
+Pragma: no-cache\r
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r
+\r
diff --git a/tests/data/reply38.txt b/tests/data/reply38.txt
new file mode 100644 (file)
index 0000000..b07b91d
--- /dev/null
@@ -0,0 +1,4 @@
+HTTP/1.0 301 OK
+Location: http://127.0.0.1:8999/ffffooooooooooooooooooooooooooooooooooooooooooooooooooo/37?fake
+
+blah
diff --git a/tests/data/reply380001.txt b/tests/data/reply380001.txt
new file mode 100644 (file)
index 0000000..1431eb8
--- /dev/null
@@ -0,0 +1,6 @@
+HTTP/1.0 301 OK
+Location: http://127.0.0.1:8999/ffffooooooooooooooooooooooooooooooooooooooooooooooooooo/37?fake
+
+HTTP/1.0 200 OK
+
+no headers!