summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2017-06-27 13:13:14 -0400
committerJason Monk <jmonk@google.com>2017-06-27 14:25:25 -0400
commitf5c03e60e4f7d24a1026235564b844aea839598f (patch)
treeca87f6ecad2ffee40ffe98bcd2cb5cf3aada89a7
parent0fc588fb5fe44563d7ab02db3b2e14604f836f2b (diff)
downloadandroid_development-f5c03e60e4f7d24a1026235564b844aea839598f.tar.gz
android_development-f5c03e60e4f7d24a1026235564b844aea839598f.tar.bz2
android_development-f5c03e60e4f7d24a1026235564b844aea839598f.zip
Update the runner for systemui
Test: runtest systemui Bug: 62935720 Change-Id: Idf5bcf433aad4d0dc170000e6ed397f1c45b8476
-rw-r--r--testrunner/test_defs.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/testrunner/test_defs.xml b/testrunner/test_defs.xml
index 75edadb62..135269900 100644
--- a/testrunner/test_defs.xml
+++ b/testrunner/test_defs.xml
@@ -398,7 +398,7 @@ See test_defs.xsd for more information.
build_path="frameworks/base/packages/SystemUI/tests"
package="com.android.systemui.tests"
coverage_target="SystemUI"
- runner="android.support.test.runner.AndroidJUnitRunner"
+ runner="android.testing.TestableInstrumentation"
continuous="true"
description="SystemUI tests" />
@@ -412,7 +412,7 @@ See test_defs.xsd for more information.
<test name="systemui-notification"
build_path="frameworks/base/services/tests/notification"
package="com.android.frameworks.tests.notification"
- runner="android.support.test.runner.AndroidJUnitRunner"
+ runner="android.testing.TestableInstrumentation"
continuous="true"
description="SystemUI Notification tests" />