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

Unified Diff: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/copy_between_windows.js

Issue 667843005: Files.app: Refactoring for the onMessage function of FIleManagerBrowserTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/copy_between_windows.js
diff --git a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/copy_between_windows.js b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/copy_between_windows.js
index 2c4f34ef86d4b3eb627183eaa84a5cbaaad9f1e7..4b7264843fede15da8c5dd74b18a648b1084e654 100644
--- a/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/copy_between_windows.js
+++ b/chrome/test/data/extensions/api_test/file_manager_browsertest/file_manager/copy_between_windows.js
@@ -221,7 +221,6 @@ testcase.copyBetweenWindowsUsbToDrive = function() {
},
// Add a file to USB.
function(result) {
- chrome.test.assertTrue(JSON.parse(result));
addEntries(['usb'], [ENTRIES.hello], this.next);
},
// Wait for the mount.
@@ -259,7 +258,6 @@ testcase.copyBetweenWindowsUsbToLocal = function() {
},
// Add a file to USB.
function(result) {
- chrome.test.assertTrue(JSON.parse(result));
addEntries(['usb'], [ENTRIES.hello], this.next);
},
// Wait for the mount.
@@ -282,4 +280,3 @@ testcase.copyBetweenWindowsUsbToLocal = function() {
}
]);
};
-

Powered by Google App Engine
This is Rietveld 408576698