diff --git a/distributeddatamgr/appdatamgrjstest/hap/Test.json b/distributeddatamgr/appdatamgrjstest/hap/Test.json index 0f12d3db9fe59edb884f6c30a03d9003150369b8..ee62ddc04b637eeaa0fa7b1f8ea70eda79148aad 100755 --- 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 index aeb97fd7303c81aa110ee4a34b2f84bae3f90e2e..493cb6932bfd6801ddb662c50ef54fb1a39d8bb6 100755 --- 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", diff --git a/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageCallBackJsunit.test.js b/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageCallBackJsunit.test.js index 275a439a1f633b0e32cc2e89519f218f261a8530..e1be3aeaf7f47aab1517d078c421a44bea957f05 100755 --- a/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageCallBackJsunit.test.js +++ b/distributeddatamgr/appdatamgrjstest/hap/src/main/js/default/test/StorageCallBackJsunit.test.js @@ -320,7 +320,7 @@ describe('storageTest', function () { /** * @tc.name delete callback interface test - * @tc.number SUB_DDM_AppDataFWK_JSPreferences_Storage_0180 + * @tc.number SUB_DDM_AppDataFWK_JSPreferences_CallBack_0180 * @tc.desc delete callback interface test */