summaryrefslogtreecommitdiff
path: root/tests/AndroidTest.xml
diff options
context:
space:
mode:
author Brett Chabot <brettchabot@google.com> 2018-12-13 19:06:31 -0800
committer Brett Chabot <brettchabot@google.com> 2018-12-13 19:06:31 -0800
commit2027ca0e94d65301835e1e6da57face6ff0a249d (patch)
tree4c08f45199f67d17059b4bc5915b94b537e2e8ec /tests/AndroidTest.xml
parent978bdfb39c153299be1c81aa7fa42bbacb7400f1 (diff)
Migrate packages/apps/DocumentsUI to androidx.test
See go/jetpack-test-android-migration Test: make checkbuild Change-Id: Iee68768060f3811678eb51318fb429b629ff03b1
Diffstat (limited to 'tests/AndroidTest.xml')
-rw-r--r--tests/AndroidTest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
index 07968aec0..7893150d0 100644
--- a/tests/AndroidTest.xml
+++ b/tests/AndroidTest.xml
@@ -22,7 +22,7 @@
<option name="test-tag" value="DocumentsUITests" />
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
<option name="package" value="com.android.documentsui.tests" />
- <option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
+ <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
<option name="hidden-api-checks" value="false"/>
</test>
</configuration>