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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+3 −3
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Content-Range
# Server-side
<reply>
<data>
HTTP/1.1 OK swsclose
HTTP/1.1 200 OK swsclose

</data>
</reply>