Skip to content

Commit 68f1c35

Browse files
author
haphan
committed
Fixed Guzzle Missing header delimiter unit tests
1 parent 43e2c1c commit 68f1c35

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
HTTP/1.1 202 Accepted
22
Content-Type: application/json
3+

tests/unit/ObjectStore/v1/Fixtures/Created.resp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Content-Length: 116
44
Etag: d41d8cd98f00b204e9800998ecf8427e
55
Content-Type: text/html; charset=UTF-8
66
X-Trans-Id: tx4d5e4f06d357462bb732f-0052d96843
7-
Date: Fri, 17 Jan 2014 17:28:35 GMT
7+
Date: Fri, 17 Jan 2014 17:28:35 GMT
8+

tests/unit/ObjectStore/v1/Fixtures/HEAD_Account.resp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ X-Account-Container-Count: 2
99
Content-Type: text/plain; charset=utf-8
1010
Accept-Ranges: bytes
1111
X-Trans-Id: txafb3504870144b8ca40f7-0052d955d4
12-
Date: Fri, 17 Jan 2014 16:09:56 GMT
12+
Date: Fri, 17 Jan 2014 16:09:56 GMT
13+

tests/unit/ObjectStore/v1/Fixtures/HEAD_Container.resp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ X-Timestamp: 1389727543.65372
88
X-Container-Bytes-Used: 14
99
Content-Type: text/plain; charset=utf-8
1010
X-Trans-Id: tx0287b982a268461b9ec14-0052d826e2
11-
Date: Thu, 16 Jan 2014 18:37:22 GMT
11+
Date: Thu, 16 Jan 2014 18:37:22 GMT
12+

tests/unit/ObjectStore/v1/Fixtures/HEAD_Object.resp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ X-Object-Meta-Manufacturer: Acme
99
Content-Type: application/octet-stream
1010
X-Trans-Id: tx37ea34dcd1ed48ca9bc7d-0052d84b6f
1111
Date: Thu, 16 Jan 2014 21:13:19 GMT
12+
13+

tests/unit/ObjectStore/v1/Fixtures/NoContent.resp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ HTTP/1.1 204 No Content
22
Content-Length: 0
33
Content-Type: text/html; charset=UTF-8
44
X-Trans-Id: tx1439b96137364ab581156-0052d95532
5-
Date: Fri, 17 Jan 2014 16:07:14 GMT
5+
Date: Fri, 17 Jan 2014 16:07:14 GMT
6+

0 commit comments

Comments
 (0)