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

Unified Diff: LayoutTests/fast/filesystem/resources/op-get-metadata.js

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/resources/op-get-metadata.js
diff --git a/LayoutTests/fast/filesystem/resources/op-get-metadata.js b/LayoutTests/fast/filesystem/resources/op-get-metadata.js
index 83560309745bc4ab87a756773cb172f118b186fe..a1c6d4b0037255d5f06e295641fa5d8de7e5d961 100644
--- a/LayoutTests/fast/filesystem/resources/op-get-metadata.js
+++ b/LayoutTests/fast/filesystem/resources/op-get-metadata.js
@@ -17,7 +17,7 @@ var testCases = [
function(helper) { helper.getFile('/', '/b', {create:true}); },
function(helper) { helper.getMetadata('/b'); },
function(helper) { helper.remove('/tmp'); },
- function(helper) { helper.getMetadata('/tmp', FileError.NOT_FOUND_ERR); },
+ function(helper) { helper.getMetadata('/tmp', 'NotFoundError'); },
function(helper) { helper.shouldBeGreaterThanOrEqual('/a.returned.modificationTime', '/.returned.modificationTime'); },
function(helper) { helper.shouldBeGreaterThanOrEqual('/b.returned.modificationTime', '/.returned.modificationTime'); },
function(helper) { helper.shouldBeGreaterThanOrEqual('/b.returned.modificationTime', '/a.returned.modificationTime'); }
« no previous file with comments | « LayoutTests/fast/filesystem/resources/op-get-entry.js ('k') | LayoutTests/fast/filesystem/resources/op-move.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698