From 0428d61969fddcde2b7665ff83caf739702895be Mon Sep 17 00:00:00 2001 From: zhengpengyue Date: Tue, 14 Feb 2023 22:55:43 +0800 Subject: [PATCH] feat: add acts testcase of chargetype Signed-off-by: zhengpengyue Change-Id: I85de99a4b1d9b68cfa8701e1345524a2beeea3e4 --- .../src/main/js/test/ActsCommonEventManagerSupportTest.js | 1 + 1 file changed, 1 insertion(+) diff --git a/notification/ces_standard/actsCommonEventManagerSupportTest/src/main/js/test/ActsCommonEventManagerSupportTest.js b/notification/ces_standard/actsCommonEventManagerSupportTest/src/main/js/test/ActsCommonEventManagerSupportTest.js index 42b646103..f0efc3fb9 100644 --- a/notification/ces_standard/actsCommonEventManagerSupportTest/src/main/js/test/ActsCommonEventManagerSupportTest.js +++ b/notification/ces_standard/actsCommonEventManagerSupportTest/src/main/js/test/ActsCommonEventManagerSupportTest.js @@ -45,6 +45,7 @@ export default function ActsCommonEventManagerSupportTest() { expect(commonEventManager.Support.COMMON_EVENT_BATTERY_OKAY).assertEqual('usual.event.BATTERY_OKAY') expect(commonEventManager.Support.COMMON_EVENT_POWER_CONNECTED).assertEqual('usual.event.POWER_CONNECTED') expect(commonEventManager.Support.COMMON_EVENT_POWER_DISCONNECTED).assertEqual('usual.event.POWER_DISCONNECTED') + expect(commonEventManager.Support.COMMON_EVENT_CHARGE_TYPE_CHANGED).assertEqual('usual.event.CHARGE_TYPE_CHANGED') console.info(`${TAG} SUB_NOTIFICATION_CES_MANAGER_SUPPORT_ENUM_TEST_0200 END`) }) -- GitLab