提交 496abce0 编写于 作者: N nan-xiansen 提交者: 南先森

fixed 47856af4 from https://gitee.com/nan-xiansen/xts_acts/pulls/2389

【全局资源调度子系统】【master】修复用例自动化执行问题
Signed-off-by: Nnan-xiansen <nanjinbin@huawei.com>
Change-Id: I8fa8a9010948512bad94915d7a31697777f5326b
上级 5467f405
...@@ -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.
先完成此消息的编辑!
想要评论请 注册