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

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

Merge "Change test case name"

parents b8293152 80d9fcbf
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -9,12 +9,7 @@
      ]
    },
    {
      "name": "SettingsPrefTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
      "name": "SettingsPerfTests"
    }
  ]
}
+1 −1
Original line number Diff line number Diff line
android_test {
    name: "SettingsPrefTests",
    name: "SettingsPerfTests",

    certificate: "platform",

+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.android.settings.tests.pref">
    package="com.android.settings.tests.perf">

    <application>
        <uses-library android:name="android.test.runner" />
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.settings.tests.pref;
package com.android.settings.tests.perf;

import android.app.Instrumentation;
import android.os.Bundle;