mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 714377 - Close connection in storage/test/unit/test_storage_connection.js. r=mak.
This commit is contained in:
parent
f16f02377c
commit
fc42dc3a1f
@ -573,7 +573,11 @@ function test_getInterface()
|
||||
// the correct value.
|
||||
do_check_true(target != null);
|
||||
|
||||
run_next_test();
|
||||
db.asyncClose(function() {
|
||||
// Reset gDBConn so that later tests will get a new connection object.
|
||||
gDBConn = null;
|
||||
run_next_test();
|
||||
});
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user