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

Unified Diff: build/android/pylib/host_driven/java_unittest_utils.py

Issue 11649008: Reorganize Android's test scripts into packages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « build/android/pylib/host_driven/__init__.py ('k') | build/android/pylib/host_driven/python_test_base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/host_driven/java_unittest_utils.py
diff --git a/build/android/pylib/java_unittest_utils.py b/build/android/pylib/host_driven/java_unittest_utils.py
similarity index 90%
rename from build/android/pylib/java_unittest_utils.py
rename to build/android/pylib/host_driven/java_unittest_utils.py
index b5446dcf95b1b7d55d6c76011bc45d1614f874e7..b65d73345528517c210b2ed7e346abd20d1cb346 100644
--- a/build/android/pylib/java_unittest_utils.py
+++ b/build/android/pylib/host_driven/java_unittest_utils.py
@@ -6,8 +6,8 @@
import os
-import android_commands
-from run_java_tests import TestRunner
+from pylib import android_commands
+from pylib.instrumentation.run_java_tests import TestRunner
def _GetPackageName(fname):
« no previous file with comments | « build/android/pylib/host_driven/__init__.py ('k') | build/android/pylib/host_driven/python_test_base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698