Fixed unit tests to work in any time zone

This commit is contained in:
Pierre-Olivier Latour
2014-04-15 00:29:56 -03:00
parent 46ee1a48d6
commit 5842149d4b
76 changed files with 119 additions and 119 deletions

View File

@@ -7,5 +7,5 @@ Server: GCDWebDAVServer
Date: Sat, 12 Apr 2014 05:10:55 GMT
<?xml version="1.0" encoding="utf-8" ?><D:multistatus xmlns:D="DAV:">
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T09:01:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
<D:response><D:href>/</D:href><D:propstat><D:prop><D:resourcetype><D:collection/></D:resourcetype><D:creationdate>2014-01-01T00:00:00+00:00</D:creationdate></D:prop><D:status>HTTP/1.1 200 OK</D:status></D:propstat></D:response>
</D:multistatus>