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

!8215 【Openharmony3.2】【OpenHarmony-3.2-Release】【PasteBoard】剪贴板断言补充

Merge pull request !8215 from logic42/cherry-pick-1679744508
......@@ -59,6 +59,7 @@ export default function pasteBoardRecordTest(){
})
let pixelMapRecord = pasteData.getPrimaryPixelMap()
expect(pixelMapRecord != null).assertTrue();
expect(pixelMapRecord.getPixelBytesNumber()).assertEqual(60);
console.info("SUB_PASTEBOARD_FUNCTION_ETS_CREATEDATA_0100 end")
done();
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册