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

Unified Diff: android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml

Issue 2633733002: Convert WebView Layout test to JUnit4 (Closed)
Patch Set: Disable activity launch Created 3 years, 11 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: android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
diff --git a/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml b/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
index 00ebd4c59cee64f53b09480894fab9d888daeadc..db1d329c4aed4873179414bc94e31b4d202cdf85 100644
--- a/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
+++ b/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
@@ -30,6 +30,10 @@
android:exported="true"/>
</application>
+ <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
+ android:targetPackage="org.chromium.webview_shell"
+ android:label="Android JUnit 4 runner"
+ junit4="true"/>
mikecase (-- gone --) 2017/02/01 17:56:48 update to chromium_junit4 like you mentioned.
the real yoland 2017/02/01 18:52:51 Done
<instrumentation android:name="org.chromium.webview_shell.test.WebViewLayoutTestRunner"
android:targetPackage="org.chromium.webview_shell"
android:label="Layout tests for org.chromium.webview_shell" />

Powered by Google App Engine
This is Rietveld 408576698