Skip to content

Commit

Permalink
tests: Fix a couple of incomplete response lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankeil authored and dfandrich committed Jul 26, 2014
1 parent 2fab0d4 commit 6543f6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/data/test1041
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions tests/data/test1511
Expand Up @@ -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
Expand All @@ -20,15 +20,15 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion tests/data/test33
Expand Up @@ -10,7 +10,7 @@ Content-Range
# Server-side
<reply>
<data>
HTTP/1.1 OK swsclose
HTTP/1.1 200 OK swsclose

</data>
</reply>
Expand Down

0 comments on commit 6543f6e

Please sign in to comment.