Merge "Update the runner for systemui" into oc-dr1-dev

This commit is contained in:
Jason Monk
2017-06-28 13:37:51 +00:00
committed by Android (Google) Code Review

View File

@@ -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" />