Chromium Code Reviews| 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
|