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

!2868 updating scripts for 3.1.5.5 (Rectifying the return value)

Merge pull request !2868 from L刘/cherry-pick-1648286948
...@@ -3325,7 +3325,7 @@ describe('audioCapturer', function () { ...@@ -3325,7 +3325,7 @@ describe('audioCapturer', function () {
console.info('AudioFrameworkRecLog: AudioCapturer : STATE : '+audioCapCallBack.state); console.info('AudioFrameworkRecLog: AudioCapturer : STATE : '+audioCapCallBack.state);
if ((audioCapCallBack.state == 4)) { if ((audioCapCallBack.state == 4)) {
console.info('AudioFrameworkRecLog: ---------AFTER CHECK AUDIO RELEASED STATE---------'); console.info('AudioFrameworkRecLog: ---------AFTER CHECK AUDIO RELEASED STATE---------');
stateFlag = false; stateFlag = true;
console.info('AudioFrameworkRenderLog: resultFlag : '+stateFlag); console.info('AudioFrameworkRenderLog: resultFlag : '+stateFlag);
expect(stateFlag).assertTrue(); expect(stateFlag).assertTrue();
done(); done();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册