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..9c9cc9729a1b5ddb7fe39a5beee68b1b6f67bf1e 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="Android JUnit 4 runner" |
|
timvolodine
2017/02/16 23:37:24
why not keep the label?
the real yoland
2017/02/17 01:15:13
Done
|
| + chromium-junit4="true"/> |
| </manifest> |