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

Unified Diff: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc

Issue 288263003: Adding more browser tests in copy between windows in file manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modification based on previous CL review. Created 6 years, 7 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_manager_browsertest/copy_between_windows.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
diff --git a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
index f3b9f745a979ab9f324ba15ca672d98b85636546..86e4d48301ce05e67da5f2762f19cacad29d006b 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -879,7 +879,10 @@ INSTANTIATE_TEST_CASE_P(
::testing::Values(
TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsLocalToDrive"),
TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsLocalToUsb"),
- TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsUsbToDrive")));
+ TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsUsbToDrive"),
+ TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsDriveToLocal"),
+ TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsDriveToUsb"),
+ TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsUsbToLocal")));
// Structure to describe an account info.
struct TestAccountInfo {
« no previous file with comments | « no previous file | chrome/test/data/extensions/api_test/file_manager_browsertest/copy_between_windows.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698