提交 3aafdb8c 编写于 作者: T tongtongdad

<XTS整改>

Signed-off-by: Ntongtongdad <liwei200@hisilicon.com>
上级 a7490811
......@@ -13,8 +13,6 @@
],
"type": "AppInstallKit",
"run-command": [
"chmod 777 /data/*",
"chmod 777 /data -R",
"mkdir /data/accounts/account_0/appdata/ohos.acts.multimedia.audio.audiomanager/files/media"
],
"cleanup-apps": true
......
......@@ -453,7 +453,7 @@ describe('audioCall', function () {
var AudioCapturerInfo = {
source: audio.SourceType.SOURCE_TYPE_MIC,
capturerFlags: 1
capturerFlags: 0
}
var AudioCapturerOptions = {
......@@ -489,7 +489,7 @@ describe('audioCall', function () {
var AudioCapturerInfo = {
source: audio.SourceType.SOURCE_TYPE_MIC,
capturerFlags: 1
capturerFlags: 0
}
var AudioCapturerOptions = {
......
......@@ -463,7 +463,7 @@ describe('audioRenderer', function () {
var AudioCapturerInfo = {
source: audio.SourceType.SOURCE_TYPE_MIC,
capturerFlags: 1
capturerFlags: 0
}
var AudioCapturerOptions = {
......@@ -497,7 +497,7 @@ describe('audioRenderer', function () {
var AudioCapturerInfo = {
source: audio.SourceType.SOURCE_TYPE_MIC,
capturerFlags: 1
capturerFlags: 0
}
var AudioCapturerOptions = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册