| Index: LayoutTests/fast/filesystem/op-remove-expected.txt
|
| diff --git a/LayoutTests/fast/filesystem/op-remove-expected.txt b/LayoutTests/fast/filesystem/op-remove-expected.txt
|
| index 82af44c59da641bc05a91b48adb2d6d2b0acf847..1eaf757d354d196d6d87aa5a590b6ce26c0d6d0c 100644
|
| --- a/LayoutTests/fast/filesystem/op-remove-expected.txt
|
| +++ b/LayoutTests/fast/filesystem/op-remove-expected.txt
|
| @@ -1,11 +1,11 @@
|
| * Running: RemoveSimple
|
| PASS Succeeded: "/a".remove()
|
| PASS Succeeded: "/b".remove()
|
| -PASS this.expectedErrorCode + "" is "9"
|
| +PASS this.expectedError + "" is "InvalidModificationError"
|
| PASS Verified entry does NOT exist: /a
|
| PASS Verified entry does NOT exist: /b
|
| * Running: RemoveNonRecursiveWithChildren
|
| -PASS this.expectedErrorCode + "" is "9"
|
| +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}
|
| @@ -14,7 +14,7 @@ PASS Succeeded: "/a".removeRecursively()
|
| PASS Verified entry does NOT exist: /a
|
| * Running: RemoveRecursiveWithChildren
|
| PASS Succeeded: "/a".removeRecursively()
|
| -PASS this.expectedErrorCode + "" is "9"
|
| +PASS this.expectedError + "" is "InvalidModificationError"
|
| PASS Verified entry does NOT exist: /a
|
| Finished running tests.
|
| PASS successfullyParsed is true
|
|
|