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

!8409 处理validator删除bug

Merge pull request !8409 from 田文哲/OpenHarmony-3.2-Release
...@@ -266,8 +266,9 @@ struct audioNew { ...@@ -266,8 +266,9 @@ struct audioNew {
} }
ClearText() { ClearText() {
fileio.rmdirSync(path1); fileio.unlinkSync(txtPath);
fileio.mkdirSync(path1); fileio.unlinkSync(ColorBackPath);
fileio.openSync(txtPath, 0o100 | 0o2002, 0o664);
let fd = fileio.openSync(ColorBackPath, 0o102, 0o666); let fd = fileio.openSync(ColorBackPath, 0o102, 0o666);
for (let i = 0; i < this.TestCaseList.length; i++) { for (let i = 0; i < this.TestCaseList.length; i++) {
let log = (this.TestCaseList[i].displayName + ';' + '#ff808080' + ';').toString(); let log = (this.TestCaseList[i].displayName + ';' + '#ff808080' + ';').toString();
......
...@@ -267,8 +267,9 @@ struct videoNew { ...@@ -267,8 +267,9 @@ struct videoNew {
} }
ClearText() { ClearText() {
fileio.rmdirSync(path1); fileio.unlinkSync(txtPath);
fileio.mkdirSync(path1); fileio.unlinkSync(ColorBackPath);
fileio.openSync(txtPath, 0o100 | 0o2002, 0o664);
let fd = fileio.openSync(ColorBackPath, 0o102, 0o666); let fd = fileio.openSync(ColorBackPath, 0o102, 0o666);
for (let i = 0; i < this.TestCaseList.length; i++) { for (let i = 0; i < this.TestCaseList.length; i++) {
let log = (this.TestCaseList[i].displayName + ';' + '#ff808080' + ';').toString(); let log = (this.TestCaseList[i].displayName + ';' + '#ff808080' + ';').toString();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册