diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/Makefile.am | 2 | ||||
-rw-r--r-- | tests/data/test1511 | 62 |
2 files changed, 63 insertions, 1 deletions
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 @@ +<testcase> +<info> +<keywords> +HTTP +</keywords> +</info> + +# Server-side +<reply> +<data> +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 +</data> + +<datacheck> +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 +</datacheck> + +</reply> + +# Client-side +<client> +<server> +http +</server> +<features> +http +</features> +<tool> +lib1511 +</tool> +<name> +HTTP GET time conditions in repeated requests +</name> +<command> +http://%HOSTIP:%HTTPPORT/1511 +</command> +</client> +</testcase> |