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
This commit is contained in:
Joanne Chung
2020-09-25 18:03:06 +08:00
parent a2268f9925
commit 5f9810be21

View File

@@ -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"