未验证 提交 a1f4ed35 编写于 作者: O openharmony_ci 提交者: Gitee

!6106 【XTS】【事件通知子系统】新增 level_master

Merge pull request !6106 from zhijianwen/master
......@@ -1348,6 +1348,11 @@ export default function ActsNotificationManagerSlotTest() {
expect(notificationManager.SlotType.SERVICE_INFORMATION).assertEqual(2)
expect(notificationManager.SlotType.CONTENT_INFORMATION).assertEqual(3)
expect(notificationManager.SlotType.OTHER_TYPES).assertEqual(0xFFFF)
expect(notificationManager.SlotLevel.LEVEL_NONE).assertEqual(0)
expect(notificationManager.SlotLevel.LEVEL_MIN).assertEqual(1)
expect(notificationManager.SlotLevel.LEVEL_LOW).assertEqual(2)
expect(notificationManager.SlotLevel.LEVEL_DEFAULT).assertEqual(3)
expect(notificationManager.SlotLevel.LEVEL_HIGH).assertEqual(4)
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_MANAGER_SLOT_TEST END')
......
......@@ -1370,6 +1370,11 @@ export default function ActsNotificationSlotTest() {
expect(notification.SlotType.SERVICE_INFORMATION).assertEqual(2)
expect(notification.SlotType.CONTENT_INFORMATION).assertEqual(3)
expect(notification.SlotType.OTHER_TYPES).assertEqual(0xFFFF)
expect(notification.SlotLevel.LEVEL_NONE).assertEqual(0)
expect(notification.SlotLevel.LEVEL_MIN).assertEqual(1)
expect(notification.SlotLevel.LEVEL_LOW).assertEqual(2)
expect(notification.SlotLevel.LEVEL_DEFAULT).assertEqual(3)
expect(notification.SlotLevel.LEVEL_HIGH).assertEqual(4)
done()
})
console.info(TAG + 'SUB_NOTIFICATION_ANS_SLOT_TEST END')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册