| 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'])
|
|
|