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

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

Issue 2633733002: Convert WebView Layout test to JUnit4 (Closed)
Patch Set: rebase Created 3 years, 10 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..9757c8f99f94b42547d3d386f5c5c66e1c371ed5 100644
--- a/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
+++ b/android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml
@@ -30,7 +30,8 @@
android:exported="true"/>
</application>
- <instrumentation android:name="org.chromium.webview_shell.test.WebViewLayoutTestRunner"
+ <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
android:targetPackage="org.chromium.webview_shell"
- android:label="Layout tests for org.chromium.webview_shell" />
+ android:label="Layout tests for org.chromium.webview_shell"
+ chromium-junit4="true"/>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698