提交 516b6c17 编写于 作者: Y yang-qibo

acts_ipc用例梳理

Signed-off-by: Nyang-qibo <yangqibo1@huawei.com>
上级 cc88514f
......@@ -2373,7 +2373,7 @@ describe('ActsRpcClientJsTest', function(){
expect(result.errCode == 0).assertTrue();
var newArr = result.reply.readFloatArray();
console.info("SUB_Softbus_IPC_MessageParcel_06200: run readFloatArray is success, floatArryDataReply is " + newArr);
console.info("SUB_Softbus_IPC_MessageParcel_06200: run readFloatArray is " + newArr);
expect(newArr[0] == floatArryData[0]).assertTrue();
expect(newArr[1] == floatArryData[1]).assertTrue();
expect(newArr[2] == floatArryData[2]).assertTrue();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册