提交 105efcdf 编写于 作者: R renhongwei

Modify XTS case name

Signed-off-by: Nrenhongwei <renhongwei9@huawei.com>
上级 d4e323f8
......@@ -29,7 +29,7 @@ describe('imageModifyProperty', function () {
filePath = data + '/' + fileName;
console.info('image case filePath is ' + filePath);
})
await fileio.open(filePath, 0o2 | 0o100, 0o777).then((data) => {
await fileio.open(filePath, 0o2, 0o777).then((data) => {
fdNumber = data;
console.info("image case open fd success " + fdNumber);
}, (err) => {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册