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

Unified Diff: chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java

Issue 184493006: Rename to ChromiumTestShell package from testshell to shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix py lint Created 6 years, 10 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 | « chrome/android/testshell/res/xml/syncadapter.xml ('k') | chrome/browser/devtools/devtools_adb_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java
diff --git a/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java b/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java
index 5333613a1e0aa4e03934b3898319194e1d0fa641..f71df563798de9cd65e14845261582cc87deea29 100644
--- a/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java
+++ b/chrome/android/uiautomator_tests/src/org/chromium/chrome/testshell/uiautomator/DummyTest.java
@@ -1,8 +1,8 @@
-// Copyright (c) 2013 The Chromium Authors. All rights reserved.
+// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.chrome.testshell.uiautomator;
+package org.chromium.chrome.shell.uiautomator;
import com.android.uiautomator.testrunner.UiAutomatorTestCase;
@@ -13,6 +13,6 @@ import org.chromium.base.test.util.DisabledTest;
*/
public class DummyTest extends UiAutomatorTestCase {
- @DisabledTest
- public void testPass() {}
+ @DisabledTest
+ public void testPass() {}
}
« no previous file with comments | « chrome/android/testshell/res/xml/syncadapter.xml ('k') | chrome/browser/devtools/devtools_adb_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698