OLD | NEW |
1 DirectoryReader.readEntries() test. | 1 DirectoryReader.readEntries() test. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 Successfully obtained Persistent FileSystem:file__0:Temporary | 6 Successfully obtained Persistent FileSystem:file__0:Temporary |
| 7 PASS entries.__proto__ is Array.prototype |
| 8 PASS entries.__proto__ is Array.prototype |
7 PASS readEntriesCount is entriesCallbackCount | 9 PASS readEntriesCount is entriesCallbackCount |
8 PASS resultEntries.length is testEntriesCount | 10 PASS resultEntries.length is testEntriesCount |
9 Entry:/a isDirectory:true | 11 Entry:/a isDirectory:true |
10 PASS testEntries[entry.fullPath] is entry.isDirectory | 12 PASS testEntries[entry.fullPath] is entry.isDirectory |
11 Entry:/b isDirectory:false | 13 Entry:/b isDirectory:false |
12 PASS testEntries[entry.fullPath] is entry.isDirectory | 14 PASS testEntries[entry.fullPath] is entry.isDirectory |
13 Entry:/c isDirectory:true | 15 Entry:/c isDirectory:true |
14 PASS testEntries[entry.fullPath] is entry.isDirectory | 16 PASS testEntries[entry.fullPath] is entry.isDirectory |
15 Entry:/d isDirectory:false | 17 Entry:/d isDirectory:false |
16 PASS testEntries[entry.fullPath] is entry.isDirectory | 18 PASS testEntries[entry.fullPath] is entry.isDirectory |
17 Entry:/e isDirectory:false | 19 Entry:/e isDirectory:false |
18 PASS testEntries[entry.fullPath] is entry.isDirectory | 20 PASS testEntries[entry.fullPath] is entry.isDirectory |
19 Entry:/f isDirectory:true | 21 Entry:/f isDirectory:true |
20 PASS testEntries[entry.fullPath] is entry.isDirectory | 22 PASS testEntries[entry.fullPath] is entry.isDirectory |
21 PASS successfullyParsed is true | 23 PASS successfullyParsed is true |
22 | 24 |
23 TEST COMPLETE | 25 TEST COMPLETE |
24 | 26 |
OLD | NEW |