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

!8368 【Distributeddatamgr】【master】用例断言优化

Merge pull request !8368 from lina123456/cherry-pick-1680783192
...@@ -2139,10 +2139,7 @@ export default function pasteBoardJEtsunitTest() { ...@@ -2139,10 +2139,7 @@ export default function pasteBoardJEtsunitTest() {
}); });
}); });
}); });
});
console.info('SUB_pasteBoard_function_JS_API_3900 end');
done();
})
}); });
}); });
}); });
...@@ -2198,7 +2195,7 @@ export default function pasteBoardJEtsunitTest() { ...@@ -2198,7 +2195,7 @@ export default function pasteBoardJEtsunitTest() {
systemPasteboard.getPasteData().then((data) => { systemPasteboard.getPasteData().then((data) => {
var pasteData2 = data; var pasteData2 = data;
var pasteDataProperty1 = pasteData2.getProperty(); var pasteDataProperty1 = pasteData2.getProperty();
expect(pasteDataProperty1.tag = "Test").assertTrue(); expect(pasteDataProperty1.tag == "Test").assertTrue();
console.info('f_test40: timestamp = ' + pasteDataProperty1.timestamp); console.info('f_test40: timestamp = ' + pasteDataProperty1.timestamp);
console.info('f_test40: tag = ' + pasteDataProperty1.tag); console.info('f_test40: tag = ' + pasteDataProperty1.tag);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册