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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java

Issue 23572019: [Android] Add HostDrivenTest java annotation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « build/android/pylib/instrumentation/test_jar.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java
index e68529a15f05d1544d07b2962a04950394b5590f..54849c23d9aeb05097ef9c44a7930f8c88387cdf 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyTest.java
@@ -4,13 +4,13 @@
package org.chromium.chrome.browser.test;
-import org.chromium.base.test.util.DisabledTest;
+import org.chromium.base.test.util.HostDrivenTest;
import org.chromium.chrome.testshell.ChromiumTestShellTestBase;
/**
* Dummy test suite for verifying the host-driven test framework.
*/
public class DummyTest extends ChromiumTestShellTestBase {
- @DisabledTest
+ @HostDrivenTest
public void testPass() {}
}
« no previous file with comments | « build/android/pylib/instrumentation/test_jar.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698