Merge "Update the runner for systemui" into oc-dr1-dev
am: adbcdcba06
Change-Id: I7b4e1e52389b7370f55af83fdb09ffc73a91ac56
This commit is contained in:
@@ -398,7 +398,7 @@ See test_defs.xsd for more information.
|
|||||||
build_path="frameworks/base/packages/SystemUI/tests"
|
build_path="frameworks/base/packages/SystemUI/tests"
|
||||||
package="com.android.systemui.tests"
|
package="com.android.systemui.tests"
|
||||||
coverage_target="SystemUI"
|
coverage_target="SystemUI"
|
||||||
runner="android.support.test.runner.AndroidJUnitRunner"
|
runner="android.testing.TestableInstrumentation"
|
||||||
continuous="true"
|
continuous="true"
|
||||||
description="SystemUI tests" />
|
description="SystemUI tests" />
|
||||||
|
|
||||||
@@ -412,7 +412,7 @@ See test_defs.xsd for more information.
|
|||||||
<test name="systemui-notification"
|
<test name="systemui-notification"
|
||||||
build_path="frameworks/base/services/tests/notification"
|
build_path="frameworks/base/services/tests/notification"
|
||||||
package="com.android.frameworks.tests.notification"
|
package="com.android.frameworks.tests.notification"
|
||||||
runner="android.support.test.runner.AndroidJUnitRunner"
|
runner="android.testing.TestableInstrumentation"
|
||||||
continuous="true"
|
continuous="true"
|
||||||
description="SystemUI Notification tests" />
|
description="SystemUI Notification tests" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user