diff --git a/distributeddatamgr/appdatamgrjstest/hap/Test.json b/distributeddatamgr/appdatamgrjstest/hap/Test.json old mode 100755 new mode 100644 index 0f12d3db9fe59edb884f6c30a03d9003150369b8..ee62ddc04b637eeaa0fa7b1f8ea70eda79148aad --- a/distributeddatamgr/appdatamgrjstest/hap/Test.json +++ b/distributeddatamgr/appdatamgrjstest/hap/Test.json @@ -3,8 +3,7 @@ "driver": { "type": "JSUnitTest", "test-timeout": "1000000", - "package": "com.example.myapplication", - "abilityName": "decc.testkit.runner.JsEntryAbility", + "package": "ohos.acts.appdatamgrjstest", "shell-timeout": "60000" }, "kits": [ diff --git a/distributeddatamgr/appdatamgrjstest/hap/src/main/config.json b/distributeddatamgr/appdatamgrjstest/hap/src/main/config.json old mode 100755 new mode 100644 index aeb97fd7303c81aa110ee4a34b2f84bae3f90e2e..493cb6932bfd6801ddb662c50ef54fb1a39d8bb6 --- a/distributeddatamgr/appdatamgrjstest/hap/src/main/config.json +++ b/distributeddatamgr/appdatamgrjstest/hap/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "com.example.myapplication", + "bundleName": "ohos.acts.appdatamgrjstest", "vendor": "example", "version": { "code": 1, @@ -13,7 +13,7 @@ }, "deviceConfig": {}, "module": { - "package": "com.example.myapplication", + "package": "ohos.acts.appdatamgrjstest", "name": ".AppdatamgrJSTest", "deviceType": [ "phone" @@ -36,7 +36,7 @@ ] } ], - "name": "decc.testkit.runner.JsEntryAbility", + "name": "ohos.acts.appdatamgrjstest.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "AppdatamgrJSTest",