提交 f40d6d38 编写于 作者: C chengxingzhen

xts签名文件整改为与应用同包名

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 a8755d5f
{
"description": "Configuration for aceceshi Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "600000",
"bundle-name": "com.example.aacommand07",
"module-name": "entry_test",
"shell-timeout": "600000"
}
}
{
"description": "Configuration for aceceshi Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "600000",
"bundle-name": "com.example.aacommand08",
"module-name": "entry_test",
"shell-timeout": "600000"
}
}
{
"description": "Configuration for aceceshi Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "600000",
"bundle-name": "com.example.aacommandprintsync",
"module-name": "entry_test_desc",
"shell-timeout": "600000"
}
}
{
"description": "Configuration for aceceshi Tests"
}
{
"description": "Configuration for aceceshi Tests",
"driver": {
"type": "OHJSUnitTest",
"test-timeout": "600000",
"bundle-name": "com.example.actsaacommandtestatest",
"module-name": "entry_test",
"shell-timeout": "600000"
}
}
......@@ -34,6 +34,10 @@ export default class MainAbility9 extends Ability {
commonEvent.publish(listPush9 + "onDestroy", lifeList, (err) => {
console.info(printLog9 + listPush9 + "onDestroy");
});
setTimeout(()=>{
console.info(`${printLog9} onDestroy end`);
}, 1000)
}
onWindowStageCreate(windowStage) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册