Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: LayoutTests/fast/filesystem/op-get-entry-expected.txt

Issue 22831019: Deprecate FileError in FileAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: win test expectation fix (temporary) Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/filesystem/op-get-entry-expected.txt
diff --git a/LayoutTests/fast/filesystem/op-get-entry-expected.txt b/LayoutTests/fast/filesystem/op-get-entry-expected.txt
index 8afdebbdbba2253e8a5c067c65ca2a8e6c0d12c2..93a51cbbb78421012fe9ba1236a99c6decb45588 100644
--- a/LayoutTests/fast/filesystem/op-get-entry-expected.txt
+++ b/LayoutTests/fast/filesystem/op-get-entry-expected.txt
@@ -62,21 +62,21 @@ PASS this.environment[this.entry.fullPath].isDirectory + "" is "false"
PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY}
PASS Verified entry: ENTRY {path:/b name:b type:FILE}
* Running: GetNonExistent
-PASS this.expectedErrorCode + "" is "1"
-PASS this.expectedErrorCode + "" is "1"
-PASS this.expectedErrorCode + "" is "1"
-PASS this.expectedErrorCode + "" is "1"
+PASS this.expectedError + "" is "NotFoundError"
+PASS this.expectedError + "" is "NotFoundError"
+PASS this.expectedError + "" is "NotFoundError"
+PASS this.expectedError + "" is "NotFoundError"
* Running: GetFileForDirectory
-PASS this.expectedErrorCode + "" is "11"
-PASS this.expectedErrorCode + "" is "11"
+PASS this.expectedError + "" is "TypeMismatchError"
+PASS this.expectedError + "" is "TypeMismatchError"
PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY}
* Running: GetDirectoryForFile
-PASS this.expectedErrorCode + "" is "11"
-PASS this.expectedErrorCode + "" is "11"
+PASS this.expectedError + "" is "TypeMismatchError"
+PASS this.expectedError + "" is "TypeMismatchError"
PASS Verified entry: ENTRY {path:/a name:a type:FILE}
* Running: CreateWithExclusive
-PASS this.expectedErrorCode + "" is "9"
-PASS this.expectedErrorCode + "" is "9"
+PASS this.expectedError + "" is "InvalidModificationError"
+PASS this.expectedError + "" is "InvalidModificationError"
PASS Verified entry: ENTRY {path:/a name:a type:DIRECTORY}
PASS Verified entry: ENTRY {path:/b name:b type:FILE}
Finished running tests.
« no previous file with comments | « LayoutTests/fast/filesystem/op-copy-expected.txt ('k') | LayoutTests/fast/filesystem/op-get-metadata-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698