提交 254f9e30 编写于 作者: H hekun

fix the default value testcase

Signed-off-by: Nhekun <hekun18@huawei.com>
上级 2783046b
...@@ -152,7 +152,7 @@ export default function textClockJsunit() { ...@@ -152,7 +152,7 @@ export default function textClockJsunit() {
let strJson = getInspectorByKey('textClock'); let strJson = getInspectorByKey('textClock');
let obj = JSON.parse(strJson); let obj = JSON.parse(strJson);
console.info("[textClockTest06] obj is: " + JSON.stringify(obj)); console.info("[textClockTest06] obj is: " + JSON.stringify(obj));
expect(obj.$attrs.format).assertEqual('20'); expect(obj.$attrs.format).assertEqual('hms');
console.info('textClockTest06 END'); console.info('textClockTest06 END');
done(); done();
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册