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

!9277 mmi_mouseStyle_error_resolve_xts

Merge pull request !9277 from xixian/master
......@@ -372,11 +372,11 @@ export default function Pointer_test() {
console.info('Pointer_MOVE_test = ' + pointer.PointerStyle.MOVE);
expect(pointer.PointerStyle.MOVE == 21).assertTrue();
console.info('Pointer_RESIZE_UP_DOWN_test = ' + pointer.PointerStyle.RESIZE_UP_DOWN);
expect(pointer.PointerStyle.RESIZE_UP_DOWN == 22).assertTrue();
console.info('Pointer_RESIZE_LEFT_RIGHT_test = ' + pointer.PointerStyle.RESIZE_LEFT_RIGHT);
expect(pointer.PointerStyle.RESIZE_LEFT_RIGHT == 23).assertTrue();
expect(pointer.PointerStyle.RESIZE_LEFT_RIGHT == 22).assertTrue();
console.info('Pointer_RESIZE_UP_DOWN_test = ' + pointer.PointerStyle.RESIZE_UP_DOWN);
expect(pointer.PointerStyle.RESIZE_UP_DOWN == 23).assertTrue();
console.info('Pointer_SCREENSHOT_CHOOSE_test = ' + pointer.PointerStyle.SCREENSHOT_CHOOSE);
expect(pointer.PointerStyle.SCREENSHOT_CHOOSE == 24).assertTrue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册