[Release] Webkit-EFL Ver. 2.0_beta_118996_0.6.22
[framework/web/webkit-efl.git] / LayoutTests / fast / filesystem / not-enough-arguments-expected.txt
1 This test tries calling various filesystem functions with too few arguments.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS webkitResolveLocalFileSystemURL() threw exception TypeError: Not enough arguments.
7 PASS webkitRequestFileSystem() threw exception TypeError: Not enough arguments.
8 PASS webkitRequestFileSystem(PERSISTENT) threw exception TypeError: Not enough arguments.
9 PASS webkitRequestFileSystem(PERSISTENT, 100) threw exception TypeError: Not enough arguments.
10 Successfully obtained Persistent FileSystem:file__0:Temporary
11 PASS fileSystem.root.removeRecursively() threw exception TypeError: Not enough arguments.
12 PASS fileSystem.root.moveTo() threw exception TypeError: Not enough arguments.
13 PASS fileSystem.root.copyTo() threw exception TypeError: Not enough arguments.
14 PASS reader.readEntries() threw exception TypeError: Not enough arguments.
15 PASS entries.item() threw exception TypeError: Not enough arguments.
16 PASS entry.createWriter() threw exception TypeError: Not enough arguments.
17 PASS entry.file() threw exception TypeError: Not enough arguments.
18 PASS writer.write() threw exception TypeError: Not enough arguments.
19 PASS writer.seek() threw exception TypeError: Not enough arguments.
20 PASS writer.truncate() threw exception TypeError: Not enough arguments.
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24