未验证 提交 9a861795 编写于 作者: O openharmony_ci 提交者: Gitee

!1862 Modify bug of util

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