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

Commit b08a9e43 authored by David Su's avatar David Su Committed by Android (Google) Code Review
Browse files

Merge "FrameworksWifiNonUpdatableApiTest: make APK package name unique"

parents 76469cbe 0ff98ba6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
  -->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="android.net.wifi.test">
     package="android.net.wifi.nonupdatable.test">

    <application>
        <uses-library android:name="android.test.runner"/>
@@ -31,7 +31,7 @@
    </application>

    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"
         android:targetPackage="android.net.wifi.test"
         android:targetPackage="android.net.wifi.nonupdatable.test"
         android:label="Frameworks Wifi Non-updatable API Tests">
    </instrumentation>

+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    <option name="test-suite-tag" value="apct" />
    <option name="test-tag" value="FrameworksWifiNonUpdatableApiTests" />
    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
        <option name="package" value="android.net.wifi.test" />
        <option name="package" value="android.net.wifi.nonupdatable.test" />
        <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
        <option name="hidden-api-checks" value="false"/>
    </test>