Default runner to junit4

Bug: chromium:868610
Change-Id: Ifc457d8e74cf42e9ba4d21807721f86c521b35e9
Reviewed-on: https://webrtc-review.googlesource.com/94440
Reviewed-by: Sami Kalliomäki <sakal@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Andrew Luo <aluo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#24350}
This commit is contained in:
Andrew Luo 2018-08-15 18:15:19 -07:00 committed by Commit Bot
parent 820ebd0f66
commit 902093493b
3 changed files with 4 additions and 9 deletions

View File

@ -20,11 +20,8 @@
<uses-library android:name="android.test.runner" />
</application>
<!-- tools:ignore needed for chromium-junit4 tag. crbug.com/640116
TODO(sakal): Remove once the tag is no longer needed. -->
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
tools:ignore="MissingPrefix"
android:targetPackage="org.appspot.apprtc"
android:label="Tests for AppRTCMobile"
chromium-junit4="true"/>
android:label="Tests for AppRTCMobile"/>
</manifest>

View File

@ -31,11 +31,8 @@
<uses-library android:name="android.test.runner" />
</application>
<!-- tools:ignore needed for chromium-junit4 tag. crbug.com/640116
TODO(sakal): Remove once the tag is no longer needed. -->
<instrumentation android:name="org.chromium.base.test.BaseChromiumAndroidJUnitRunner"
tools:ignore="MissingPrefix"
android:targetPackage="org.webrtc"
android:label="Tests for WebRTC Android SDK"
chromium-junit4="true"/>
android:label="Tests for WebRTC Android SDK"/>
</manifest>

View File

@ -41,6 +41,7 @@ be found in the AUTHORS file in the root of the source tree.
<instrumentation android:name="org.chromium.native_test.NativeTestInstrumentationTestRunner"
android:targetPackage="org.webrtc.native_test"
android:label="Instrumentation entry point for org.webrtc.native_test"/>
android:label="Instrumentation entry point for org.webrtc.native_test"
chromium-junit3="true"/>
</manifest>