| 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'); }
|
|
|