| Index: android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
|
| diff --git a/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml b/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
|
| index 8fb23ac3ef097720b42bbe1404e80885c934f633..d6caedd1ab2101ca105521e43c6232486cbdb932 100644
|
| --- a/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
|
| +++ b/android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml
|
| @@ -19,7 +19,12 @@
|
| <uses-library android:name="android.test.runner" />
|
| </application>
|
|
|
| - <instrumentation android:name="android.test.InstrumentationTestRunner"
|
| +<!--
|
| + <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
| + android:targetPackage="org.chromium.webview_ui_test"
|
| + android:label="Tests for org.chromium.webview_ui_test"/>
|
| + -->
|
| + <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
| android:targetPackage="org.chromium.webview_ui_test"
|
| android:label="Tests for org.chromium.webview_ui_test"/>
|
| -</manifest>
|
| +</manifest>
|
|
|