未验证 提交 149a7d1a 编写于 作者: O openharmony_ci 提交者: Gitee

!6690 Error status caused by xts error timing Monthly_20221018

Merge pull request !6690 from zhoushufang/cherry-pick-1669293837
...@@ -1107,7 +1107,7 @@ describe('audioTonePlayer',function() { ...@@ -1107,7 +1107,7 @@ describe('audioTonePlayer',function() {
/** /**
*@tc.number : SUB_MULTIMEDIA_AUDIO_TONEPLAYER_PROMISE_ALL_3000 *@tc.number : SUB_MULTIMEDIA_AUDIO_TONEPLAYER_PROMISE_ALL_3000
*@tc.name : AudioTonePlayer-create-load-stop-release success *@tc.name : AudioTonePlayer-create-load-stop-release fail
*@tc.desc : The successful test case of the promise of the dial tone of AudioTonePlayer key 1 *@tc.desc : The successful test case of the promise of the dial tone of AudioTonePlayer key 1
*@tc.size : MEDIUM *@tc.size : MEDIUM
*@tc.type : Function *@tc.type : Function
...@@ -1128,7 +1128,7 @@ describe('audioTonePlayer',function() { ...@@ -1128,7 +1128,7 @@ describe('audioTonePlayer',function() {
console.info('time: ' + (time2 - time1)); console.info('time: ' + (time2 - time1));
setTimeout(function() { setTimeout(function() {
console.info('AudioFrameworkRenderLog: callback all 30 resultFlag : ' + resultFlag); console.info('AudioFrameworkRenderLog: callback all 30 resultFlag : ' + resultFlag);
expect(resultFlag).assertTrue(); expect(resultFlag).assertFalse();
done(); done();
}, 2000) }, 2000)
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册