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

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: 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 858172b41956219d82b87c5a855f4566c844f511..ee359696502306f5bdb78059a5fed5688ffb8bdc 100644
--- a/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
+++ b/chrome/browser/chromeos/file_manager/file_manager_browsertest.cc
@@ -870,9 +870,12 @@ INSTANTIATE_TEST_CASE_P(
CopyBetweenWindows,
FileManagerBrowserTest,
::testing::Values(
+ TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsDriveToLocal"),
hirono 2014/05/19 04:22:49 nit: Could you please add the tests at the end of
tturchetto1 2014/05/19 20:15:46 Done.
+ TestParameter(NOT_IN_GUEST_MODE, "copyBetweenWindowsDriveToUsb"),
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, "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