Commit 68db2a60 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

android_webview: Make system_webview_shell_layout_test_apk and...

android_webview: Make system_webview_shell_layout_test_apk and webview_ui_test_app_test_apk use BaseChromiumAndroidJUnitRunner

Using this instrumentation class will soon be required when using Base's
test runner.

Bug: 441859
Change-Id: I4e1df9abb143bbd5440bcbfd1c1384e9a039ea78
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1625014
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarRichard Coles <torne@chromium.org>
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662233}
parent 4678f7bd
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<uses-library android:name="android.test.runner" /> <uses-library android:name="android.test.runner" />
</application> </application>
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" <instrumentation android:name="org.chromium.base.test.BaseChromiumAndroidJUnitRunner"
android:targetPackage="org.chromium.webview_ui_test" android:targetPackage="org.chromium.webview_ui_test"
android:label="Tests for org.chromium.webview_ui_test"/> android:label="Tests for org.chromium.webview_ui_test"/>
</manifest> </manifest>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
android:exported="true"/> android:exported="true"/>
</application> </application>
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" <instrumentation android:name="org.chromium.base.test.BaseChromiumAndroidJUnitRunner"
android:targetPackage="org.chromium.webview_shell" android:targetPackage="org.chromium.webview_shell"
android:label="Layout tests for org.chromium.webview_shell"/> android:label="Layout tests for org.chromium.webview_shell"/>
</manifest> </manifest>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment