Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dffb037b authored by Guang Zhu's avatar Guang Zhu Committed by android-build-merger
Browse files

Merge "migrate documents UI tests to use AndroidJUnitRunner" into nyc-dev am: 56cf0529

am: 217e1522

* commit '217e1522':
  migrate documents UI tests to use AndroidJUnitRunner

Change-Id: I9b28c0c844c1d8a88e9869c9a525c32500ebc05b
parents bc7b5c13 217e1522
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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" />