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

Unified Diff: chrome/android/host_driven_tests/DummyTest.py

Issue 23295006: [Android] Changes _RunJavaTests to accept filters (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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
Index: chrome/android/host_driven_tests/DummyTest.py
diff --git a/chrome/android/host_driven_tests/DummyTest.py b/chrome/android/host_driven_tests/DummyTest.py
index c73599da21130ef0b9cf0b7d4dbed34b0c22981d..559f749a7a94b0dbd18daa14657dc53f8e0794a3 100644
--- a/chrome/android/host_driven_tests/DummyTest.py
+++ b/chrome/android/host_driven_tests/DummyTest.py
@@ -13,5 +13,4 @@ class DummyTest(test_case.HostDrivenTestCase):
@tests_annotations.Smoke
def testPass(self):
- return self._RunJavaTests(
- 'org.chromium.chrome.browser.test', ['DummyTest.testPass'])
+ return self._RunJavaTests(['DummyTest.testPass'])
frankf 2013/08/19 20:46:59 You can specify using '.' and '#'?
gkanwar1 2013/08/20 03:35:54 Yes. The current filtering system is happy either
« build/android/pylib/host_driven/test_case.py ('K') | « build/android/pylib/host_driven/test_case.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698