Merge "Rename test in TEST_MAPPING" into rvc-dev am: 884e9515d6

Change-Id: Ia0c52ca3580daec1ed4392fbf1b2f11f9ba9ef0c
This commit is contained in:
Bernardo Rufino
2020-04-03 10:21:09 +00:00
committed by Automerger Merge Worker
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
"name": "CtsWindowManagerDeviceTestCases",
"options": [
{
"include-filter": "android.server.wm.ToastTest"
"include-filter": "android.server.wm.ToastWindowTest"
}
],
"file_patterns": ["INotificationManager\\.aidl"]

View File

@@ -13,7 +13,7 @@
"name": "CtsWindowManagerDeviceTestCases",
"options": [
{
"include-filter": "android.server.wm.ToastTest"
"include-filter": "android.server.wm.ToastWindowTest"
}
],
"file_patterns": ["Toast\\.java"]

View File

@@ -32,7 +32,7 @@
"name": "CtsWindowManagerDeviceTestCases",
"options": [
{
"include-filter": "android.server.wm.ToastTest"
"include-filter": "android.server.wm.ToastWindowTest"
}
],
"file_patterns": ["NotificationManagerService\\.java"]