From 628e62a9660e3853a1ab4f26ad37547b9f10f160 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 4 Jun 2012 18:54:24 +0200 Subject: [PATCH] tests 1346 to 1347: several -O -J -i -D combinations with HTTP protocol --- tests/data/Makefile.am | 3 +- tests/data/test1346 | 73 ++++++++++++++++++++++++++++++++++++++++ tests/data/test1347 | 75 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 150 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1346 create mode 100644 tests/data/test1347 diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index af3eeaa11b..c6d8d04322 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -84,7 +84,8 @@ test1306 test1307 test1308 test1309 test1310 test1311 test1312 test1313 \ test1314 test1315 test1316 test1317 test1318 test1319 test1320 test1321 \ test1322 test1323 test1324 test1325 test1326 test1327 test1328 test1329 \ test1331 test1332 test1333 test1334 test1335 test1336 test1337 test1338 \ -test1339 test1340 test1341 test1342 test1343 test1344 test1345 \ +test1339 test1340 test1341 test1342 test1343 test1344 test1345 test1346 \ +test1347 \ test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \ test2000 test2001 test2002 test2003 test2004 diff --git a/tests/data/test1346 b/tests/data/test1346 new file mode 100644 index 0000000000..632e3cd152 --- /dev/null +++ b/tests/data/test1346 @@ -0,0 +1,73 @@ + + + +HTTP +HTTP GET + + + +# + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/html + +12345 + + + +# +# Client-side + +# this relies on the debug feature to allow us to set directory to store the +# -O output in, using the CURL_TESTDIR variable + +debug + + +http + + +HTTP GET with -O -i without Content-Disposition, without -D + + +CURL_TESTDIR=%PWD/log + + +http://%HOSTIP:%HTTPPORT/1346 -i -O + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1346 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/html + +12345 + + + + + + + diff --git a/tests/data/test1347 b/tests/data/test1347 new file mode 100644 index 0000000000..3b0956f973 --- /dev/null +++ b/tests/data/test1347 @@ -0,0 +1,75 @@ + + + +HTTP +HTTP GET + + + +# + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/html +Content-Disposition: filename=name1347; charset=funny; option=strange + +12345 + + + +# +# Client-side + +# this relies on the debug feature to allow us to set directory to store the +# -O output in, using the CURL_TESTDIR variable + +debug + + +http + + +HTTP GET with -O -i and Content-Disposition, without -D + + +CURL_TESTDIR=%PWD/log + + +http://%HOSTIP:%HTTPPORT/1347 -i -O + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1347 HTTP/1.1 +Host: %HOSTIP:%HTTPPORT +Accept: */* + + + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/html +Content-Disposition: filename=name1347; charset=funny; option=strange + +12345 + + + + + + +