Migrate build/make to androidx.test
See go/jetpack-test-android-migration Test: make checkbuild Change-Id: If6a6b751c4a6ca837c3166688a0c93d2e923ee4c
This commit is contained in:
parent
6d1fcd8553
commit
49183d3ec3
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ MANIFEST_JUNIT_TEST = """<?xml version="1.0" encoding="utf-8"?>
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.my.tests.x">
|
||||
<instrumentation
|
||||
android:name="android.support.test.runner.AndroidJUnitRunner"
|
||||
android:name="androidx.test.runner.AndroidJUnitRunner"
|
||||
android:targetPackage="com.android.my.tests" />
|
||||
</manifest>
|
||||
"""
|
||||
|
@ -72,7 +72,7 @@ EXPECTED_JUNIT_TEST_CONFIG = """<?xml version="1.0" encoding="utf-8"?>
|
|||
|
||||
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
|
||||
<option name="package" value="com.android.my.tests.x" />
|
||||
<option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
|
||||
<option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
|
||||
</test>
|
||||
</configuration>
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue