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

am: adbcdcba06

Change-Id: I7b4e1e52389b7370f55af83fdb09ffc73a91ac56
This commit is contained in:
Jason Monk
2017-06-28 13:43:38 +00:00
committed by android-build-merger

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