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

!5668 bugfix file.copy

Merge pull request !5668 from zhuhongtao666/ms
......@@ -2726,8 +2726,8 @@ describe('fileTest', function () {
dstUri: 'internal://cache/../files/cache/File_Copy_002' + typeArray[i],
success: function () {
console.info('File_Copy_002 call copy success.');
fileio.unlinkSync(srcFpath);
fileio.unlinkSync(dstFpath);
file.delete('internal://cache/../files/File_Copy_002' + typeArray[i]);
file.delete('internal://cache/../files/cache/File_Copy_002' + typeArray[i]);
done();
},
fail: function (data, code) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册