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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js

Issue 412163002: [fsp] Fix linter issues in JS tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed. Created 6 years, 5 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
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_system_provider/create_directory/test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js b/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
index 6ff163696858e75335abaf6e7bd9716040497316..e5f3e5bab4f5291f77b3319a39c888fa936ff364 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/copy_entry/test.js
@@ -103,6 +103,7 @@ function runTests() {
chrome.test.fail(error.name);
});
},
+
// Copy an existing file to a location which already holds a file.
// Should fail.
function copyEntryExistsError() {
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_system_provider/create_directory/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698