From 0b46cec4cc8a68b67afa96ddd5d297b9e2018f0b Mon Sep 17 00:00:00 2001 From: fjr Date: Mon, 22 Aug 2022 11:19:06 +0800 Subject: [PATCH] fixed 5cc6389 from https://gitee.com/fwx1083616/xts_acts/pulls/5073 shuxing Signed-off-by: fjr --- .../src/main/js/test/ActsSubscriber_test_unorder.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/ActsSubscriber_test_unorder.js b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/ActsSubscriber_test_unorder.js index e80ccded8..924cb3846 100644 --- a/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/ActsSubscriber_test_unorder.js +++ b/notification/ces_standard/subscribeandpublish/actssubscriberunordersystemtest/src/main/js/test/ActsSubscriber_test_unorder.js @@ -164,7 +164,18 @@ export default function ActsSubscriberTestUnorderSystem() { commonEvent.Support.COMMON_EVENT_ABILITY_UPDATED, commonEvent.Support.COMMON_EVENT_VISIBLE_ACCOUNTS_UPDATED, commonEvent.Support.COMMON_EVENT_ACCOUNT_DELETED, - commonEvent.Support.COMMON_EVENT_FOUNDATION_READY + commonEvent.Support.COMMON_EVENT_FOUNDATION_READY, + commonEvent.Support.COMMON_EVENT_THERMAL_LEVEL_CHANGED, + commonEvent.Support.COMMON_EVENT_PACKAGE_CACHE_CLEARED, + commonEvent.Support.COMMON_EVENT_USB_STATE, + commonEvent.Support.COMMON_EVENT_USB_PORT_CHANGED, + commonEvent.Support.COMMON_EVENT_VOLUME_REMOVED, + commonEvent.Support.COMMON_EVENT_VOLUME_UNMOUNTED, + commonEvent.Support.COMMON_EVENT_VOLUME_MOUNTED, + commonEvent.Support.COMMON_EVENT_VOLUME_BAD_REMOVAL, + commonEvent.Support.COMMON_EVENT_VOLUME_EJECT, + commonEvent.Support.COMMON_EVENT_SLOT_CHANGE, + commonEvent.Support.COMMON_EVENT_SPN_INFO_CHANGED ] } -- GitLab