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() { |
} |
]); |
}; |
- |