Skip to content
Snippets Groups Projects
Commit 6543f6e3 authored by Fabian Keil's avatar Fabian Keil Committed by Dan Fandrich
Browse files

tests: Fix a couple of incomplete response lines

parent 2fab0d45
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -10,7 +10,7 @@ Content-Range
# Server-side
<reply>
<data>
HTTP/1.1 OK swsclose
HTTP/1.1 200 OK swsclose
</data>
</reply>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment