From 3e946bd68dffd8c0e5f85ca3c921027ed705f2fd Mon Sep 17 00:00:00 2001 From: chihsheng Date: Wed, 17 Apr 2024 18:24:12 +0800 Subject: [PATCH] ANDROID: Correct the wrong test class name: CallRedirectionServiceTest 1. Correct CallRedirectionServiceTest to android.telecom.cts.CallRedirectionServiceTest Bug: 335020042 Change-Id: I716a42fc79985a34bc882f32f77050404e1b9c61 Signed-off-by: chihsheng --- include/net/TEST_MAPPING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index 409fe36cf579..e20b5cf1d210 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -55,7 +55,7 @@ "exclude-annotation": "com.android.testutils.SkipPresubmit" }, { - "include-filter": "CallRedirectionServiceTest" + "include-filter": "android.telecom.cts.CallRedirectionServiceTest" } ] }