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

modif test parameters

Signed-off-by: Nyang-qibo <yangqibo1@huawei.com>
上级 0769d441
......@@ -5735,7 +5735,7 @@ describe('ActsRpcClientJsTest', function(){
it("SUB_Softbus_IPC_Compatility_MessageParcel_15000", 0, async function(done){
console.info("---------------------start SUB_Softbus_IPC_Compatility_MessageParcel_15000---------------------------");
try{
let maxsize = 1024;
let maxsize = 3;
let data = rpc.MessageParcel.create();
let Capacity = data.getRawDataCapacity()
console.info("SUB_Softbus_IPC_Compatility_MessageParcel_15000:run Capacity success, Capacity is " + Capacity);
......@@ -5858,7 +5858,7 @@ describe('ActsRpcClientJsTest', function(){
it("SUB_Softbus_IPC_Compatility_MessageParcel_15400", 0, async function(done){
console.info("---------------------start SUB_Softbus_IPC_Compatility_MessageParcel_15400---------------------------");
try{
let maxsize = 1024;
let maxsize = 3;
let data = rpc.MessageParcel.create();
let Capacity = data.getRawDataCapacity()
console.info("SUB_Softbus_IPC_Compatility_MessageParcel_15400:run Capacity success, Capacity is " + Capacity);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册