From 2797180a920f3e0082f8025bd0f7a57c6433fbd0 Mon Sep 17 00:00:00 2001 From: Storage sandboxing Date: Mon, 22 Nov 2021 19:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4storagefileiojstest=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86=E7=94=A8=E4=BE=8B=E7=9A=84=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Storage sandboxing --- .../src/main/js/default/test/FileIO.test.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/storage/storagefileiojstest/src/main/js/default/test/FileIO.test.js b/storage/storagefileiojstest/src/main/js/default/test/FileIO.test.js index 5c12ebcdf..7c88c70fa 100644 --- a/storage/storagefileiojstest/src/main/js/default/test/FileIO.test.js +++ b/storage/storagefileiojstest/src/main/js/default/test/FileIO.test.js @@ -206,7 +206,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_006 has failed for ' + e); expect(fileio.unlinkSync(fpath) !== null).assertTrue(); } }); @@ -656,7 +655,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_027 has failed for ' + e); expect(fileio.unlinkSync(fpath) !== null).assertTrue(); } }); @@ -684,7 +682,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_028 has failed for ' + e); expect(fileio.unlinkSync(fpath) !== null).assertTrue(); } }); @@ -762,7 +759,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_031 has failed for ' + e); expect(fileio.unlinkSync(fpath) !== null).assertTrue(); } }); @@ -790,7 +786,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_032 has failed for ' + e); expect(fileio.unlinkSync(fpath) !== null).assertTrue(); } }); @@ -868,7 +863,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_035 has failed for ' + e); expect(fileio.unlinkSync(fpath) !== null).assertTrue(); } }); @@ -896,7 +890,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_036 has failed for ' + e); expect(fileio.unlinkSync(fpath) !== null).assertTrue(); } }); @@ -1075,7 +1068,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_sync_007 has failed for ' + e); } }); @@ -1116,7 +1108,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_sync_009 has failed for ' + e); } }); @@ -1132,7 +1123,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_open_sync_010 has failed for ' + e); } }); @@ -2325,7 +2315,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_copy_file_sync_008 has failed for ' + e); } }); @@ -2372,7 +2361,6 @@ describe('fileIOTest', function () { } catch (e) { fileio.unlinkSync(fpath); - console.log('fileio_test_copy_file_sync_010 has failed for ' + e); } }); @@ -2551,7 +2539,6 @@ describe('fileIOTest', function () { } catch (e) { expect(fileio.unlinkSync(fpath) !== null).assertTrue(); - console.log('fileio_test_rename_sync_003 Test finish. ' + e); } }); @@ -3507,7 +3494,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_fstat_sync_001 has failed for ' + e); } }); @@ -3522,7 +3508,6 @@ describe('fileIOTest', function () { expect(null).assertFail(); } catch (e) { - console.log('fileio_test_fstat_sync_002 has failed for ' + e); } }); -- GitLab