提交 24bc84dd 编写于 作者: S shikai-123

Signed-off-by: shikai-123 <lifansheng1@huawei.com>

Modify bug of util
上级 d8de5dfd
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "300000", "test-timeout": "300000",
"package": "com.example.childprocess", "package": "com.example.util",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
......
{ {
"app": { "app": {
"bundleName": "com.example.childprocess", "bundleName": "com.example.util",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1000000, "code": 1000000,
...@@ -13,9 +13,9 @@ ...@@ -13,9 +13,9 @@
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.childprocess", "package": "com.example.util",
"name": ".MyApplication", "name": ".MyApplication",
"mainAbility": "com.example.childprocess.MainAbility", "mainAbility": "com.example.util.MainAbility",
"deviceType": [ "deviceType": [
"phone" "phone"
], ],
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
} }
], ],
"visible": true, "visible": true,
"name": "com.example.childprocess.MainAbility", "name": "com.example.util.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:entry_MainAbility", "label": "$string:entry_MainAbility",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册