Commit 0dfd0bae authored by Yoland Yan's avatar Yoland Yan Committed by Commit Bot

Remove InstrumentationTestRunners from test apk AndroidManifest

These Instrumentation Test Runners will be removed soon

Bug: 711517
Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: I7af9ee4dc09e7c6e5b40548252c94c9869af6cbf
Reviewed-on: https://chromium-review.googlesource.com/887790Reviewed-by: default avatarBo <boliu@chromium.org>
Reviewed-by: default avatarKen Rockot <rockot@chromium.org>
Reviewed-by: default avatarPaul Jensen <pauljensen@chromium.org>
Reviewed-by: default avatarLambros Lambrou <lambroslambrou@chromium.org>
Reviewed-by: default avatarTommy Nyquist <nyquist@chromium.org>
Commit-Queue: Yoland Yan <yolandyan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532699}
parent 8ae77702
......@@ -5,9 +5,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.chromium.android_webview.test">
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="23" />
<instrumentation android:name="org.chromium.android_webview.test.AwInstrumentationTestRunner"
android:targetPackage="org.chromium.android_webview.shell"
android:label="Tests for org.chromium.android_webview"/>
<instrumentation android:name="org.chromium.base.test.BaseChromiumAndroidJUnitRunner"
android:targetPackage="org.chromium.android_webview.shell"
android:label="Tests for org.chromium.android_webview"
......
......@@ -21,7 +21,4 @@
android:targetPackage="{{manifest_package}}"
android:label="Tests for {{manifest_package}}"
chromium-junit4="true"/>
<instrumentation android:name="org.chromium.chrome.test.ChromeInstrumentationTestRunner"
android:targetPackage="{{manifest_package}}"
android:label="Tests for {{manifest_package}}"/>
</manifest>
......@@ -16,9 +16,6 @@
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.chromium.net"
android:label="Tests for org.chromium.net"/>
<instrumentation android:name="org.chromium.base.test.BaseChromiumAndroidJUnitRunner"
android:targetPackage="org.chromium.net"
android:label="Tests for org.chromium.net"
......
......@@ -21,7 +21,4 @@
android:targetPackage="org.chromium.content_shell_apk"
chromium-junit4="true"
android:label="JUnit4-based tests for org.chromium.content_shell_apk" />
<instrumentation android:name="org.chromium.content.browser.test.ContentInstrumentationTestRunner"
android:targetPackage="org.chromium.content_shell_apk"
android:label="Tests for org.chromium.content_shell_apk"/>
</manifest>
......@@ -26,8 +26,5 @@
android:targetPackage="org.chromium.mojo.tests"
android:label="Tests for org.chromium.mojo"
chromium-junit4="true"/>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="org.chromium.mojo.tests"
android:label="Tests for org.chromium.mojo"/>
</manifest>
......@@ -16,9 +16,6 @@
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="{{ APK_PACKAGE_NAME }}"
android:label="Tests for {{ APK_PACKAGE_NAME }}"/>
<instrumentation android:name="org.chromium.base.test.BaseChromiumAndroidJUnitRunner"
android:targetPackage="{{ APK_PACKAGE_NAME }}"
android:label="Tests for {{ APK_PACKAGE_NAME }}"
......
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