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

<XTS整改>

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