OLD | NEW |
(Empty) | |
| 1 This test tries calling various filesystem functions with null arguments. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 Successfully obtained FileSystem:file__0:Temporary |
| 7 PASS fileSystem.root.moveTo(null) threw exception TypeError: Failed to execute '
moveTo' on 'Entry': parameter 1 is not of type 'DirectoryEntry'.. |
| 8 PASS fileSystem.root.copyTo(null) threw exception TypeError: Failed to execute '
copyTo' on 'Entry': parameter 1 is not of type 'DirectoryEntry'.. |
| 9 PASS writer.error is null |
| 10 PASS writer.write(null) threw exception TypeError: Failed to execute 'write' on
'FileWriter': parameter 1 is not of type 'Blob'.. |
| 11 PASS writer.error is null |
| 12 PASS successfullyParsed is true |
| 13 |
| 14 TEST COMPLETE |
| 15 |
OLD | NEW |