提交 ab3edf64 编写于 作者: C chengxingzhen
上级 5699c161
......@@ -2034,7 +2034,7 @@ describe('ActsFeatureAbilityTest', function () {
id = setTimeout(timeout, START_ABILITY_TIMEOUT);
let Want = {
action: "action.system.home",
action: "action.system.homeability",
entities: []
}
var StartAbilityParameter = {
......@@ -2045,7 +2045,6 @@ describe('ActsFeatureAbilityTest', function () {
console.log('ACTS_StartAbility_1300 asyncCallback errCode : ' + JSON.stringify(err)
+ " data: " + JSON.stringify(data));
expect(err.code == 0).assertTrue();
done();
});
}catch(error){
console.log("ACTS_StartAbility_1300 : error = " + error);
......
......@@ -32,7 +32,7 @@
"entity.system.home"
],
"actions": [
"action.system.home"
"action.system.homeability"
]
}
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册