提交 ea6fef32 编写于 作者: L limeng151

修改失败用例

Signed-off-by: Nlimeng151 <limeng151@huawei.com>
Change-Id: Idcafe35ea24aa7a2b1f96e24f40e661338a41c2a
上级 491a3a2a
......@@ -202,14 +202,6 @@ describe('SystemDeviceTest', function () {
ret = true;
}
expect(ret).assertTrue();
let str = /^[A-Za-z]+$/g;
let arr = apiVersionInfo.toString().match(str);
let substr = arr.join('');
let numstr = parseInt(substr);
console.info('the value of the bufferstr is :' + numstr);
expect(apiVersionInfo).assertEqual(numstr);
console.info('testDeviceApiVersion01 :end');
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册