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

!2499 【全局资源调度子系统】【master】修复用例自动化执行问题

Merge pull request !2499 from 南先森/cherry-pick-1647356004
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
] ]
} }
], ],
"backgroundModes": [
"dataTransfer"
],
"name": "ohos.acts.resourceschedule.reminderagent.js.function.MainAbility", "name": "ohos.acts.resourceschedule.reminderagent.js.function.MainAbility",
"icon": "$media:icon", "icon": "$media:icon",
"description": "$string:mainability_description", "description": "$string:mainability_description",
...@@ -55,6 +58,16 @@ ...@@ -55,6 +58,16 @@
"autoDesignWidth": false "autoDesignWidth": false
} }
} }
] ],
"defPermissions": [
{
"name": "ohos.permission.PUBLISH_AGENT_REMINDER"
}
],
"reqPermissions": [
{
"name": "ohos.permission.PUBLISH_AGENT_REMINDER"
}
]
} }
} }
...@@ -39,7 +39,6 @@ export default { ...@@ -39,7 +39,6 @@ export default {
require('../../test/List.test') require('../../test/List.test')
core.execute() core.execute()
runDeccjsunit(5)
}, },
onReady() { onReady() {
}, },
......
...@@ -739,6 +739,6 @@ describe('ReminderAgentTest', function () { ...@@ -739,6 +739,6 @@ describe('ReminderAgentTest', function () {
}) })
}); });
done(); done();
}) })
}) })
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册