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

!8363 【Distributeddatamgr】【OpenHarmony-3.2-Release】用例断言优化

Merge pull request !8363 from lina123456/OpenHarmony-3.2-Release
......@@ -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() {
systemPasteboard.getPasteData().then((data) => {
var pasteData2 = data;
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: tag = ' + pasteDataProperty1.tag);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册