提交 839fb4f6 编写于 作者: Z zhijianwen

--add ContentType --

Signed-off-by: Nzhijianwen <zhijianwen@huawei.com>
上级 c5bbc5af
...@@ -524,6 +524,11 @@ describe('secondaryDirectoryTest', function () { ...@@ -524,6 +524,11 @@ describe('secondaryDirectoryTest', function () {
expect(typeof flags.vibrationEnabled == 'number').assertTrue() expect(typeof flags.vibrationEnabled == 'number').assertTrue()
expect(flags.soundEnabled).assertEqual(1) expect(flags.soundEnabled).assertEqual(1)
expect(flags.vibrationEnabled).assertEqual(2) expect(flags.vibrationEnabled).assertEqual(2)
expect(notify.ContentType.NOTIFICATION_CONTENT_BASIC_TEXT).assertEqual(0)
expect(notify.ContentType.NOTIFICATION_CONTENT_LONG_TEXT).assertEqual(1)
expect(notify.ContentType.NOTIFICATION_CONTENT_PICTURE).assertEqual(2)
expect(notify.ContentType.NOTIFICATION_CONTENT_CONVERSATION).assertEqual(3)
expect(notify.ContentType.NOTIFICATION_CONTENT_MULTILINE).assertEqual(4)
done() done()
console.info(`${TAG} SUB_NOTIFICATION_ANS_SECONDARY_DIRECTORY_TEST_1100 END`); console.info(`${TAG} SUB_NOTIFICATION_ANS_SECONDARY_DIRECTORY_TEST_1100 END`);
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册