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

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java

Issue 2766393004: Convert most of the rest of instrumentation tests in content (Closed)
Patch Set: rebase Created 3 years, 8 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: content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java b/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java
index 904e4538eec97de3a8e2bdf0ff3f4385f83ab46b..b243375427fdbdaece98d721cdf9aa6b90ccd74c 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/JavaBridgeReturnValuesTest.java
@@ -31,7 +31,8 @@ import org.chromium.content.browser.JavaBridgeTestCommon.Controller;
@RunWith(BaseJUnit4ClassRunner.class)
public class JavaBridgeReturnValuesTest {
@Rule
- public JavaBridgeActivityTestRule mActivityTestRule = new JavaBridgeActivityTestRule();
+ public JavaBridgeActivityTestRule mActivityTestRule =
+ new JavaBridgeActivityTestRule().shouldSetUp(true);
// An instance of this class is injected into the page to test returning
// Java values to JavaScript.

Powered by Google App Engine
This is Rietveld 408576698