未验证 提交 740b523f 编写于 作者: O openharmony_ci 提交者: Gitee

!3729 【XTS】【事件通知子系统】wantAgentInfo用例修改-release

Merge pull request !3729 from 付家睿/OpenHarmony-3.1-Release
...@@ -14,7 +14,8 @@ ...@@ -14,7 +14,8 @@
*/ */
import wantAgent from '@ohos.wantAgent'; import wantAgent from '@ohos.wantAgent';
import { OperationType, WantAgentFlags } from '@ohos.wantagent'; //import { OperationType, WantAgentFlags } from '@ohos.wantagent';
import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index'; import {describe, beforeAll, beforeEach, afterEach, afterAll, it, expect} from 'deccjsunit/index';
var WantAgenta; var WantAgenta;
...@@ -53,9 +54,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -53,9 +54,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
wantAgent.getWantAgent(agentInfoa, wantAgent.getWantAgent(agentInfoa,
(err, data) => { (err, data) => {
...@@ -133,9 +134,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -133,9 +134,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
wantAgent.getWantAgent(agentInfod).then( wantAgent.getWantAgent(agentInfod).then(
(data) => { (data) => {
...@@ -196,9 +197,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -196,9 +197,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
wantAgent.getWantAgent(agentInfob,(err,data)=>{ wantAgent.getWantAgent(agentInfob,(err,data)=>{
WantAgentb = data WantAgentb = data
...@@ -225,9 +226,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -225,9 +226,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
setTimeout(function(){ setTimeout(function(){
wantAgent.getWantAgent(agentInfoc, wantAgent.getWantAgent(agentInfoc,
...@@ -303,9 +304,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -303,9 +304,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
wantAgent.getWantAgent(agentInfoe,(err,data)=>{ wantAgent.getWantAgent(agentInfoe,(err,data)=>{
console.log("=======agentInfoe======="+err.code+JSON.stringify(data)) console.log("=======agentInfoe======="+err.code+JSON.stringify(data))
...@@ -333,9 +334,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -333,9 +334,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
setTimeout(function(){ setTimeout(function(){
wantAgent.getWantAgent(agentInfof, wantAgent.getWantAgent(agentInfof,
...@@ -398,9 +399,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -398,9 +399,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
wantAgent.getWantAgent(agentInfoe,(err,data)=>{ wantAgent.getWantAgent(agentInfoe,(err,data)=>{
WantAgentd = data WantAgentd = data
...@@ -427,9 +428,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () { ...@@ -427,9 +428,9 @@ describe('ActsAnsGetWantAgentInfoTest', function () {
} }
}, },
], ],
operationType: OperationType.START_ABILITY, operationType: wantAgent.OperationType.START_ABILITY,
requestCode: 0, requestCode: 0,
wantAgentFlags:[WantAgentFlags.UPDATE_PRESENT_FLAG] wantAgentFlags:[wantAgent.WantAgentFlags.UPDATE_PRESENT_FLAG]
} }
setTimeout(function(){ setTimeout(function(){
wantAgent.getWantAgent(agentInfof, wantAgent.getWantAgent(agentInfof,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册