Merge "Migrate PermissionState and AppOps tests to new owners"

This commit is contained in:
Stanislav Zholnin
2020-11-20 09:40:17 +00:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -33,10 +33,10 @@
},
{
"file_patterns": ["(/|^)AppOpsManager.java"],
"name": "CtsStatsdHostTestCases",
"name": "CtsStatsdAtomHostTestCases",
"options": [
{
"include-filter": "android.cts.statsd.atom.UidAtomTests#testAppOps"
"include-filter": "android.cts.statsdatom.appops.AppOpsTests#testAppOps"
}
]
},

View File

@@ -48,10 +48,10 @@
]
},
{
"name": "CtsStatsdHostTestCases",
"name": "CtsStatsdAtomHostTestCases",
"options": [
{
"include-filter": "android.cts.statsd.atom.UidAtomTests#testAppOps"
"include-filter": "android.cts.statsdatom.appops.AppOpsTests#testAppOps"
}
]
}