提交 54214ec8 编写于 作者: X xialiangwei

增加UIExtension中XTS测试用例

Signed-off-by: Nxialiangwei <xialiangwei1@huawei.com>
Change-Id: Ia15d4a02cfb04b6cbfc8f959ebe01da1d3355a48
上级 4cf86ac9
......@@ -18,7 +18,7 @@ import commonEventManager from '@ohos.commonEventManager';
const sleepTimeOne = 1000;
function publishCallBack() {
console.log('====>Publish CallBack ACTS_StartAbility_0100_CommonEvent====>');
console.log('====>Publish CallBack ACTS_StartAbilityEvent====>');
globalThis.ability2Context.terminateSelf().then(()=>{
console.log('====>terminateSelf success====>');
});
......
......@@ -63,7 +63,7 @@ export default class MainAbility3 extends Ability {
{
resultCode:1,
want:{
action:'ACTION'
action:'ACTION'
}
}, ()=>{
console.debug('====>terminateSelfWithResult success====>');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册