| OLD | NEW |
| 1 * Running: GetMetadata | 1 * Running: GetMetadata |
| 2 PASS Succeeded: "/".getMetadata() | 2 PASS Succeeded: "/".getMetadata() |
| 3 PASS Succeeded: "/".getDirectory("/a") | 3 PASS Succeeded: "/".getDirectory("/a") |
| 4 PASS Succeeded: "/a".getMetadata() | 4 PASS Succeeded: "/a".getMetadata() |
| 5 PASS this.environment["/a.returned.modificationTime"] is >= this.roundedStartDat
e | 5 PASS this.environment["/a.returned.modificationTime"] is >= this.roundedStartDat
e |
| 6 PASS Succeeded: "/file1".getMetadata() | 6 PASS Succeeded: "/file1".getMetadata() |
| 7 PASS this.environment["/file1.returned.modificationTime"] is >= this.roundedStar
tDate | 7 PASS this.environment["/file1.returned.modificationTime"] is >= this.roundedStar
tDate |
| 8 PASS Succeeded: "/file2".getMetadata() | 8 PASS Succeeded: "/file2".getMetadata() |
| 9 PASS this.environment["/file2.returned.modificationTime"] is >= this.roundedStar
tDate | 9 PASS this.environment["/file2.returned.modificationTime"] is >= this.roundedStar
tDate |
| 10 PASS this.environment["/file2.size"] is this.environment["/file2.returned.size"] | 10 PASS this.environment["/file2.size"] is this.environment["/file2.returned.size"] |
| 11 PASS Succeeded: "/file3".getMetadata() | 11 PASS Succeeded: "/file3".getMetadata() |
| 12 PASS this.environment["/file3.returned.modificationTime"] is >= this.roundedStar
tDate | 12 PASS this.environment["/file3.returned.modificationTime"] is >= this.roundedStar
tDate |
| 13 PASS this.environment["/file3.size"] is this.environment["/file3.returned.size"] | 13 PASS this.environment["/file3.size"] is this.environment["/file3.returned.size"] |
| 14 PASS Succeeded: "/".getFile("/b") | 14 PASS Succeeded: "/".getFile("/b") |
| 15 PASS Succeeded: "/b".getMetadata() | 15 PASS Succeeded: "/b".getMetadata() |
| 16 PASS this.environment["/b.returned.modificationTime"] is >= this.roundedStartDat
e | 16 PASS this.environment["/b.returned.modificationTime"] is >= this.roundedStartDat
e |
| 17 PASS Succeeded: "/tmp".remove() | 17 PASS Succeeded: "/tmp".remove() |
| 18 PASS this.expectedErrorCode + "" is "1" | 18 PASS this.expectedError + "" is "NotFoundError" |
| 19 PASS this.environment["/a.returned.modificationTime"] is >= this.environment["/.
returned.modificationTime"] | 19 PASS this.environment["/a.returned.modificationTime"] is >= this.environment["/.
returned.modificationTime"] |
| 20 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/.
returned.modificationTime"] | 20 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/.
returned.modificationTime"] |
| 21 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/a
.returned.modificationTime"] | 21 PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/a
.returned.modificationTime"] |
| 22 Finished running tests. | 22 Finished running tests. |
| 23 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
| 24 | 24 |
| 25 TEST COMPLETE | 25 TEST COMPLETE |
| 26 | 26 |
| OLD | NEW |