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

Unified Diff: LayoutTests/fast/filesystem/op-get-metadata-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-metadata-expected.txt
diff --git a/LayoutTests/fast/filesystem/op-get-metadata-expected.txt b/LayoutTests/fast/filesystem/op-get-metadata-expected.txt
index 3c764f98dd1518d4623aa14b757d509fba962510..c72e342e8084c2d94f8edeb414808f2190f72433 100644
--- a/LayoutTests/fast/filesystem/op-get-metadata-expected.txt
+++ b/LayoutTests/fast/filesystem/op-get-metadata-expected.txt
@@ -15,7 +15,7 @@ PASS Succeeded: "/".getFile("/b")
PASS Succeeded: "/b".getMetadata()
PASS this.environment["/b.returned.modificationTime"] is >= this.roundedStartDate
PASS Succeeded: "/tmp".remove()
-PASS this.expectedErrorCode + "" is "1"
+PASS this.expectedError + "" is "NotFoundError"
PASS this.environment["/a.returned.modificationTime"] is >= this.environment["/.returned.modificationTime"]
PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/.returned.modificationTime"]
PASS this.environment["/b.returned.modificationTime"] is >= this.environment["/a.returned.modificationTime"]
« no previous file with comments | « LayoutTests/fast/filesystem/op-get-entry-expected.txt ('k') | LayoutTests/fast/filesystem/op-move-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698