Loading tests/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ LOCAL_MODULE_TAGS := tests LOCAL_SRC_FILES := $(call all-java-files-under, src) 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_INSTRUMENTATION_FOR := DocumentsUI Loading tests/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ </provider> </application> <instrumentation android:name="android.test.InstrumentationTestRunner" <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" android:targetPackage="com.android.documentsui" android:label="Tests for DocumentsUI" /> Loading Loading
tests/Android.mk +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ LOCAL_MODULE_TAGS := tests LOCAL_SRC_FILES := $(call all-java-files-under, src) 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_INSTRUMENTATION_FOR := DocumentsUI Loading
tests/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ </provider> </application> <instrumentation android:name="android.test.InstrumentationTestRunner" <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner" android:targetPackage="com.android.documentsui" android:label="Tests for DocumentsUI" /> Loading