提交 811e3ee1 编写于 作者: Z zhuhongtao666

bugfix_file_copy_002

Signed-off-by: Nzhuhongtao666 <zhuhongtao12@huawei.com>
上级 c0238e4d
...@@ -2726,8 +2726,8 @@ describe('fileTest', function () { ...@@ -2726,8 +2726,8 @@ describe('fileTest', function () {
dstUri: 'internal://cache/../files/cache/File_Copy_002' + typeArray[i], dstUri: 'internal://cache/../files/cache/File_Copy_002' + typeArray[i],
success: function () { success: function () {
console.info('File_Copy_002 call copy success.'); console.info('File_Copy_002 call copy success.');
fileio.unlinkSync(srcFpath); file.delete('internal://cache/../files/File_Copy_002' + typeArray[i]);
fileio.unlinkSync(dstFpath); file.delete('internal://cache/../files/cache/File_Copy_002' + typeArray[i]);
done(); done();
}, },
fail: function (data, code) { fail: function (data, code) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册