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

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

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