diff options
author | Fabian Keil <fk@fabiankeil.de> | 2014-07-08 12:47:58 +0200 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2014-07-26 23:12:53 +0200 |
commit | 6543f6e36c8bf8552782539fc2fdfc37fa85109d (patch) | |
tree | accc98429642d7a5370f2a6a8517c0f6674e992d | |
parent | 2fab0d45a91a2c8685ad3cdb4685fe75b741e11c (diff) |
tests: Fix a couple of incomplete response lines
-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> |