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

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: Leaves old _RunJavaTests signature for backwards compatibility 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
« no previous file with comments | « build/android/pylib/host_driven/test_case.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0ef28d8a15714aa91ad1e6f50d5637b09a0da9bb 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._RunJavaTestFilters(['DummyTest.testPass'])
« no previous file with comments | « 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