summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2017-06-28 13:37:51 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-06-28 13:37:51 +0000
commitadbcdcba067f43d466d3c655cd8cf57c3de06b9c (patch)
treeaa2da773fbe9f50c9f971f5e0c1c4390aacd23cd
parent5cd36407dfdbc1f34a0f28179ab60e61263b7ddd (diff)
parentf5c03e60e4f7d24a1026235564b844aea839598f (diff)
downloadandroid_development-adbcdcba067f43d466d3c655cd8cf57c3de06b9c.tar.gz
android_development-adbcdcba067f43d466d3c655cd8cf57c3de06b9c.tar.bz2
android_development-adbcdcba067f43d466d3c655cd8cf57c3de06b9c.zip
Merge "Update the runner for systemui" into oc-dr1-dev
-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" />