From: Daniel Stenberg Date: Wed, 14 Mar 2001 14:25:57 +0000 (+0000) Subject: Added test case 38 X-Git-Tag: upstream/7.37.1~16949 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df6ad8d8d62323249a7df654af27ddd3ef1fbe97;p=platform%2Fupstream%2Fcurl.git Added test case 38 --- diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 60f930c..3c16264 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -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 index 0000000..3841e97 --- /dev/null +++ b/tests/data/command38.txt @@ -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 index 0000000..80a8b96 --- /dev/null +++ b/tests/data/name38.txt @@ -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 index 0000000..aa66135 --- /dev/null +++ b/tests/data/prot38.txt @@ -0,0 +1,11 @@ +GET /38 HTTP/1.1 +Authorization: Basic dXNlcjpwd2Q= +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + +GET /ffffooooooooooooooooooooooooooooooooooooooooooooooooooo/37?fake HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + diff --git a/tests/data/reply38.txt b/tests/data/reply38.txt new file mode 100644 index 0000000..b07b91d --- /dev/null +++ b/tests/data/reply38.txt @@ -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 index 0000000..1431eb8 --- /dev/null +++ b/tests/data/reply380001.txt @@ -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!