blob: bdee1bfe696e88140275231818f7dd1bf5c004e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This tests if Entries returned by callbacks keep functioning even after we lose a reference to the filesystem in the script.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Running runTest1()...
Running runTest2()...
Running runTest3()...
Running runTest4()...
PASS testEntries.length is 4
PASS successfullyParsed is true
TEST COMPLETE
|