提交 9bc70d61 编写于 作者: S sunbees

fixed b53a3375 from https://gitee.com/sunbees/xts_acts/pulls/9945

fix xts of shape
Signed-off-by: Nsunbees <sunqinjia@huawei.com>
Change-Id: I3af743e4e71b1f17e23a948be69b73d9a817eceb
上级 bb463166
......@@ -109,8 +109,8 @@ export default function circleJsunit() {
let strJson = getInspectorByKey('circle');
let obj = JSON.parse(strJson);
console.info("[circleTest_0300] component objNew is: " + JSON.stringify(obj));
expect(obj.$attrs.width).assertEqual('0.00vp');
expect(obj.$attrs.height).assertEqual('0.00vp');
expect(obj.$attrs.width).assertEqual('-');
expect(obj.$attrs.height).assertEqual('-');
console.info('circleTest_0300 END');
done();
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册