| OLD | NEW |
| 1 * Running: RemoveSimple | 1 * Running: RemoveSimple |
| 2 PASS Succeeded: "/a".remove() | 2 PASS Succeeded: "/a".remove() |
| 3 PASS Succeeded: "/b".remove() | 3 PASS Succeeded: "/b".remove() |
| 4 PASS this.expectedErrorCode + "" is "9" | 4 PASS this.expectedError + "" is "InvalidModificationError" |
| 5 PASS Verified entry does NOT exist: /a | 5 PASS Verified entry does NOT exist: /a |
| 6 PASS Verified entry does NOT exist: /b | 6 PASS Verified entry does NOT exist: /b |
| 7 * Running: RemoveNonRecursiveWithChildren | 7 * Running: RemoveNonRecursiveWithChildren |
| 8 PASS this.expectedErrorCode + "" is "9" | 8 PASS this.expectedError + "" is "InvalidModificationError" |
| 9 PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY} | 9 PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY} |
| 10 PASS Verified entry: ENTRY {path:/a/b name:b type:DIRECTORY} | 10 PASS Verified entry: ENTRY {path:/a/b name:b type:DIRECTORY} |
| 11 PASS Verified entry: ENTRY {path:/a/c name:c type:FILE} | 11 PASS Verified entry: ENTRY {path:/a/c name:c type:FILE} |
| 12 * Running: RemoveRecursiveWithoutChildren | 12 * Running: RemoveRecursiveWithoutChildren |
| 13 PASS Succeeded: "/a".removeRecursively() | 13 PASS Succeeded: "/a".removeRecursively() |
| 14 PASS Verified entry does NOT exist: /a | 14 PASS Verified entry does NOT exist: /a |
| 15 * Running: RemoveRecursiveWithChildren | 15 * Running: RemoveRecursiveWithChildren |
| 16 PASS Succeeded: "/a".removeRecursively() | 16 PASS Succeeded: "/a".removeRecursively() |
| 17 PASS this.expectedErrorCode + "" is "9" | 17 PASS this.expectedError + "" is "InvalidModificationError" |
| 18 PASS Verified entry does NOT exist: /a | 18 PASS Verified entry does NOT exist: /a |
| 19 Finished running tests. | 19 Finished running tests. |
| 20 PASS successfullyParsed is true | 20 PASS successfullyParsed is true |
| 21 | 21 |
| 22 TEST COMPLETE | 22 TEST COMPLETE |
| 23 | 23 |
| OLD | NEW |