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

Commit 67d05869 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Migrate frameworks/base/core/tests/overlaytests/device to androidx.test"

parents e7d8df32 e671f5ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under,src)
LOCAL_MODULE_TAGS := tests
LOCAL_PACKAGE_NAME := OverlayDeviceTests
LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test
LOCAL_STATIC_JAVA_LIBRARIES := androidx.test.rules
LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_TARGET_REQUIRED_MODULES := \
    OverlayDeviceTests_AppOverlayOne \
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        <uses-library android:name="android.test.runner"/>
    </application>

    <instrumentation android:name="android.support.test.runner.AndroidJUnitRunner"
    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
        android:targetPackage="com.android.overlaytest"
        android:label="Runtime resource overlay tests" />
</manifest>
+2 −1
Original line number Diff line number Diff line
@@ -25,10 +25,11 @@ import android.content.res.Resources;
import android.content.res.XmlResourceParser;
import android.os.LocaleList;
import android.os.ParcelFileDescriptor;
import android.support.test.InstrumentationRegistry;
import android.util.AttributeSet;
import android.util.Xml;

import androidx.test.InstrumentationRegistry;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.overlaytest;

import android.support.test.filters.MediumTest;
import androidx.test.filters.MediumTest;

import org.junit.BeforeClass;
import org.junit.runner.RunWith;
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.overlaytest;

import android.support.test.filters.MediumTest;
import androidx.test.filters.MediumTest;

import org.junit.BeforeClass;
import org.junit.runner.RunWith;
Loading