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

Commit 5f9810be authored by Joanne Chung's avatar Joanne Chung
Browse files

Fix error test path in TEST_MAPPING

The test path was changed because autofill tests re-structure.
Correct the wrong path.

Bug: 159304958
Bug: 154961272
Test: atest --test-mapping frameworks/base/core/java/android/widget
Change-Id: Ie83c5c25e65d4ba767b23b1f7388b2d5fb32ca51
parent a2268f99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
      "name": "CtsAutoFillServiceTestCases",
      "options": [
        {
          "include-filter": "android.autofillservice.cts.LoginActivityTest"
          "include-filter": "android.autofillservice.cts.dropdown.LoginActivityTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
@@ -36,7 +36,7 @@
      "name": "CtsAutoFillServiceTestCases",
      "options": [
        {
          "include-filter": "android.autofillservice.cts.CheckoutActivityTest"
          "include-filter": "android.autofillservice.cts.dropdown.CheckoutActivityTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"