blob: 1eaf757d354d196d6d87aa5a590b6ce26c0d6d0c [file] [log] [blame]
* Running: RemoveSimple
PASS Succeeded: "/a".remove()
PASS Succeeded: "/b".remove()
PASS this.expectedError + "" is "InvalidModificationError"
PASS Verified entry does NOT exist: /a
PASS Verified entry does NOT exist: /b
* Running: RemoveNonRecursiveWithChildren
PASS this.expectedError + "" is "InvalidModificationError"
PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY}
PASS Verified entry: ENTRY {path:/a/b name:b type:DIRECTORY}
PASS Verified entry: ENTRY {path:/a/c name:c type:FILE}
* Running: RemoveRecursiveWithoutChildren
PASS Succeeded: "/a".removeRecursively()
PASS Verified entry does NOT exist: /a
* Running: RemoveRecursiveWithChildren
PASS Succeeded: "/a".removeRecursively()
PASS this.expectedError + "" is "InvalidModificationError"
PASS Verified entry does NOT exist: /a
Finished running tests.
PASS successfullyParsed is true
TEST COMPLETE