From d791179d7f900cccab9f68fc8e8f2331179a8edb Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Mon, 22 Apr 2013 20:07:15 +0200 Subject: tests: add test1511 to check timecond clean-up Verifies the timecond fix in commit c49ed0b6c0f --- tests/data/Makefile.am | 2 +- tests/data/test1511 | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 tests/data/test1511 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 875a35d3a..7ec47f895 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -109,7 +109,7 @@ test1400 test1401 test1402 test1403 test1404 test1405 test1406 test1407 \ test1408 test1409 test1410 test1411 test1412 test1413 \ \ test1500 test1501 test1502 test1503 test1504 test1505 test1506 test1507 \ -test1508 test1509 test1510 \ +test1508 test1509 test1510 test1511 \ \ test1900 test1901 test1902 test1903 \ \ diff --git a/tests/data/test1511 b/tests/data/test1511 new file mode 100644 index 000000000..947ad26da --- /dev/null +++ b/tests/data/test1511 @@ -0,0 +1,62 @@ + + + +HTTP + + + +# Server-side + + +HTTP/1.1 200 +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fakem +Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT +Content-Type: text/html +Content-Length: 12 +Connection: close + +Hello World + + + +HTTP/1.1 200 +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fakem +Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT +Content-Type: text/html +Content-Length: 12 +Connection: close + +HTTP/1.1 200 +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fakem +Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT +Content-Type: text/html +Content-Length: 12 +Connection: close + +Hello World + + + + +# Client-side + + +http + + +http + + +lib1511 + + +HTTP GET time conditions in repeated requests + + +http://%HOSTIP:%HTTPPORT/1511 + + + -- cgit v1.2.3