提交 4620c0e9 编写于 作者: Y yanglifeng1217

<modified>

Signed-off-by: Nyanglifeng1217 <yanglifeng5@huawei.com>
上级 30bfd448
...@@ -35,6 +35,7 @@ export default function pasteBoardSystemPasteBoardTest(){ ...@@ -35,6 +35,7 @@ export default function pasteBoardSystemPasteBoardTest(){
* @tc.type : Function * @tc.type : Function
* @tc.level : Level 2 * @tc.level : Level 2
*/ */
it('SUB_PASTEBOARD_FUNCTION_ETS_CLEARDATA_CALLBACK_0100', 0, async function (done) { it('SUB_PASTEBOARD_FUNCTION_ETS_CLEARDATA_CALLBACK_0100', 0, async function (done) {
console.info("SUB_PASTEBOARD_FUNCTION_ETS_CLEARDATA_CALLBACK_0100 start") console.info("SUB_PASTEBOARD_FUNCTION_ETS_CLEARDATA_CALLBACK_0100 start")
let pasteData = pasteboard.createData('string', ARRAY_BUFFER); let pasteData = pasteboard.createData('string', ARRAY_BUFFER);
...@@ -42,13 +43,13 @@ export default function pasteBoardSystemPasteBoardTest(){ ...@@ -42,13 +43,13 @@ export default function pasteBoardSystemPasteBoardTest(){
await systemPasteBoard.setData(pasteData) await systemPasteBoard.setData(pasteData)
await systemPasteBoard.clearData(async (err, data) => { await systemPasteBoard.clearData(async (err, data) => {
console.info("Clear the data in the system pasteBoard finished") console.info("Clear the data in the system pasteBoard finished")
})
await systemPasteBoard.hasData().then((data) => { await systemPasteBoard.hasData().then((data) => {
console.info(`Succeeded in checking the PasteData. Data: ${data}`);
expect(data).assertEqual(false); expect(data).assertEqual(false);
}) })
done();
console.info("SUB_PASTEBOARD_FUNCTION_ETS_CLEARDATA_CALLBACK_0100 end")
}) })
});
/** /**
* @tc.number SUB_PASTEBOARD_FUNCTION_ETS_CLEARDATA_CALLBACK_0200 * @tc.number SUB_PASTEBOARD_FUNCTION_ETS_CLEARDATA_CALLBACK_0200
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册