blob: 3ec41749fef3b75fcbff1a3ad6ccb54e5a5fcbb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Test making multiple async FileSystem operations.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
requested FileSystem.
Got FileSystem:file__0:Temporary
Starting async test stage 1.
Starting async test stage 2.
Verifying the FileSystem status.
PASS "/a,/b,/c,/d2,/e,/f" is "/a,/b,/c,/d2,/e,/f"
PASS dirsCount is 3
PASS successfullyParsed is true
TEST COMPLETE
|