提交 0788fddb 编写于 作者: O openharmony_ci 提交者: Gitee

!1186 敏感词合规修改

Merge pull request !1186 from jiyong/master
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "120000", "test-timeout": "120000",
"package": "com.example.clearmissionscallback", "bundleName": "com.ohos.launcher",
"package": "com.example.myapplication11",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
......
{ {
"app": { "app": {
"bundleName": "com.example.clearmissionscallback", "bundleName": "com.ohos.launcher",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1000013, "code": 1000013,
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.clearmissionscallback", "package": "com.example.myapplication11",
"name": ".MyApplication", "name": ".MyApplication",
"deviceType": [ "deviceType": [
"phone" "phone"
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"abilities": [ "abilities": [
{ {
"visible": true, "visible": true,
"name": "com.example.clearmissionscallback.MainAbility", "name": "com.ohos.launcherSed11.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:app_name", "label": "$string:app_name",
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
"driver": { "driver": {
"type": "JSUnitTest", "type": "JSUnitTest",
"test-timeout": "120000", "test-timeout": "120000",
"package": "com.example.clearmissionspromise", "bundleName": "com.ohos.launcher",
"package": "com.example.myapplication111",
"shell-timeout": "60000" "shell-timeout": "60000"
}, },
"kits": [ "kits": [
......
{ {
"app": { "app": {
"bundleName": "com.example.clearmissionspromise", "bundleName": "com.ohos.launcher",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1000013, "code": 1000013,
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.clearmissionspromise", "package": "com.example.myapplication111",
"name": ".MyApplication", "name": ".MyApplication111",
"deviceType": [ "deviceType": [
"phone" "phone"
], ],
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"abilities": [ "abilities": [
{ {
"visible": true, "visible": true,
"name": "com.example.clearmissionspromise.MainAbility", "name": "com.ohos.launcherSed111.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:app_name", "label": "$string:app_name",
......
...@@ -636,7 +636,7 @@ HWTEST_F(AbilityMgrTest, testConnectAbility, Function | MediumTest | Level1) ...@@ -636,7 +636,7 @@ HWTEST_F(AbilityMgrTest, testConnectAbility, Function | MediumTest | Level1)
* @tc.number : SUB_APPEXECFWK_AMS_API_0010 * @tc.number : SUB_APPEXECFWK_AMS_API_0010
* @tc.name : testWantMathBundle * @tc.name : testWantMathBundle
* @tc.desc : [C- SOFTWARE -0100] * @tc.desc : [C- SOFTWARE -0100]
* @tc.author : lijiashan 00523117 * @tc.author : lijiashan
*/ */
HWTEST_F(AbilityMgrTest, testDisConnectAbility, Function | MediumTest | Level1) HWTEST_F(AbilityMgrTest, testDisConnectAbility, Function | MediumTest | Level1)
{ {
......
...@@ -648,7 +648,7 @@ HWTEST_F(AbilityMgrTest2, testConnectAbility, Function | MediumTest | Level1) ...@@ -648,7 +648,7 @@ HWTEST_F(AbilityMgrTest2, testConnectAbility, Function | MediumTest | Level1)
* @tc.number : SUB_APPEXECFWK_AMS_API_0010 * @tc.number : SUB_APPEXECFWK_AMS_API_0010
* @tc.name : testWantMathBundle * @tc.name : testWantMathBundle
* @tc.desc : [C- SOFTWARE -0100] * @tc.desc : [C- SOFTWARE -0100]
* @tc.author : lijiashan 00523117 * @tc.author : lijiashan
*/ */
HWTEST_F(AbilityMgrTest2, testDisConnectAbility, Function | MediumTest | Level1) HWTEST_F(AbilityMgrTest2, testDisConnectAbility, Function | MediumTest | Level1)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册