Chromium Code Reviews| 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" /> |