Merge "migrate documents UI tests to use AndroidJUnitRunner" into nyc-dev am: 56cf05291e
am: 217e152229
* commit '217e152229c51a6d535e6b739ab48c4091d6cd0e':
migrate documents UI tests to use AndroidJUnitRunner
Change-Id: I9b28c0c844c1d8a88e9869c9a525c32500ebc05b
This commit is contained in:
@@ -8,7 +8,7 @@ LOCAL_MODULE_TAGS := tests
|
|||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||||
|
|
||||||
LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
|
LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator
|
LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator android-support-test
|
||||||
|
|
||||||
LOCAL_PACKAGE_NAME := DocumentsUITests
|
LOCAL_PACKAGE_NAME := DocumentsUITests
|
||||||
LOCAL_INSTRUMENTATION_FOR := DocumentsUI
|
LOCAL_INSTRUMENTATION_FOR := DocumentsUI
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
</provider>
|
</provider>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
<instrumentation android:name="android.test.InstrumentationTestRunner"
|
<instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
|
||||||
android:targetPackage="com.android.documentsui"
|
android:targetPackage="com.android.documentsui"
|
||||||
android:label="Tests for DocumentsUI" />
|
android:label="Tests for DocumentsUI" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user