提交 0034088c 编写于 作者: Q qinliwen

<audio xts修改>

Signed-off-by: Nqinliwen <qinliwen3@huawei.com>
上级 fe68ebfe
......@@ -2512,7 +2512,7 @@ describe('audioManager', function () {
});
}
done();
});
});
});
})
......@@ -2699,7 +2699,7 @@ describe('audioManager', function () {
console.error(`Failed to obtain the volume. ${err.message}`);
expect(false).assertTrue();
}
else if (value == highVol) {
else if (value == highVol) {
audioManager.isMute(audio.AudioVolumeType.MEDIA, (err, data) => {
if (err) {
console.error(`AudioFrameworkTest: Callback : FALSE: Media : failed to get Mute Status ${err.message}`);
......@@ -3445,7 +3445,7 @@ describe('audioManager', function () {
});
}
else {
console.info(`AudioFrameworkTest: mute fail: value ${value}`);
console.info(`AudioFrameworkTest: mute fail: value ${value}`);
expect(false).assertTrue();
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册