From 6d6ddc9d1c1fe39eadb5621f5d3d1017da42c7cc Mon Sep 17 00:00:00 2001 From: yang-qibo Date: Tue, 31 May 2022 18:25:59 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20e8c589e=20from=20https://gitee.com/yang?= =?UTF-8?q?-qibo/xts=5Facts/pulls/3397=20=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yang-qibo --- communication/dsoftbus/rpc/Test.json | 2 +- communication/dsoftbus/rpc/src/main/config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 communication/dsoftbus/rpc/Test.json mode change 100755 => 100644 communication/dsoftbus/rpc/src/main/config.json diff --git a/communication/dsoftbus/rpc/Test.json b/communication/dsoftbus/rpc/Test.json old mode 100755 new mode 100644 index fa2986307..6c16665ce --- a/communication/dsoftbus/rpc/Test.json +++ b/communication/dsoftbus/rpc/Test.json @@ -4,7 +4,7 @@ "type": "JSUnitTest", "test-timeout": "600000", "package": "com.ohos.rpctest", - "abilityName": "com.ohos.rpc.MainAbility", + "abilityName": "com.ohos.rpctest.MainAbility", "shell-timeout": "600000" }, "kits": [ diff --git a/communication/dsoftbus/rpc/src/main/config.json b/communication/dsoftbus/rpc/src/main/config.json old mode 100755 new mode 100644 index 1ef11763b..f60ff6b20 --- a/communication/dsoftbus/rpc/src/main/config.json +++ b/communication/dsoftbus/rpc/src/main/config.json @@ -25,7 +25,7 @@ } ], "package": "com.ohos.rpctest", - "name": "com.ohos.rpc.MyApplication", + "name": "com.ohos.rpctest.MyApplication", "deviceType": [ "phone" ], @@ -46,7 +46,7 @@ ] } ], - "name": "com.ohos.rpc.MainAbility", + "name": "com.ohos.rpctest.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "$string:app_name", -- GitLab