X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=543ab871f6bfefebd69093f8cadeb4478cfeb3df;hp=d78e64ae978c4cdbf8359e83c2b43a46b32028b1;hb=63158b2ef9d21af6454966d78b7e3ea81a9c73aa;hpb=38da4a41e87a8274f95c536c3086815b99ef4a61 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index d78e64a..543ab87 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -579,7 +579,8 @@ (when *default-database* (disconnect :database *default-database*)) (test-connect-to-database type (car (db-type-spec type (read-specs)))) - (test-initialise-database)) + (test-initialise-database) + *default-database*) (defun rl () (rapid-load :postgresql))