blob: 065019d130109c724b53b8a60debc9f664530c46 [file] [log] [blame]
PASS Ensure that databases() returns a promise.
PASS Enumerate one database.
PASS Enumerate multiple databases.
PASS Make sure an empty list is returned for the case of no databases.
FAIL Ensure that databases() doesn't pick up changes that haven't commited. assert_equals: The result of databases() should be only those databases which have been created at the time of calling, regardless of versionchange transactions currently running. expected 1 but got 2