diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test1041 | 2 | ||||
-rw-r--r-- | tests/data/test1511 | 6 | ||||
-rw-r--r-- | tests/data/test33 | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test1041 b/tests/data/test1041 index fa1692c1f..c0d23c660 100644 --- a/tests/data/test1041 +++ b/tests/data/test1041 @@ -12,7 +12,7 @@ Content-Range # Server-side <reply> <data> -HTTP/1.1 OK swsclose
+HTTP/1.1 200 OK swsclose
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Accept-Ranges: bytes
diff --git a/tests/data/test1511 b/tests/data/test1511 index 806657f77..d2b26e538 100644 --- a/tests/data/test1511 +++ b/tests/data/test1511 @@ -8,7 +8,7 @@ HTTP # Server-side <reply> <data> -HTTP/1.1 200
+HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fakem
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
@@ -20,7 +20,7 @@ Hello World </data> <datacheck> -HTTP/1.1 200
+HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fakem
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
@@ -28,7 +28,7 @@ Content-Type: text/html Content-Length: 12
Connection: close
-HTTP/1.1 200
+HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT
Server: test-server/fakem
Last-Modified: Mon, 22 Apr 2013 17:45:05 GMT
diff --git a/tests/data/test33 b/tests/data/test33 index 82cf80b30..9b86cd3a9 100644 --- a/tests/data/test33 +++ b/tests/data/test33 @@ -10,7 +10,7 @@ Content-Range # Server-side <reply> <data> -HTTP/1.1 OK swsclose +HTTP/1.1 200 OK swsclose </data> </reply> |