X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=3e6d85a21a551b44d7f30f52399bf1f23ac6673f;hp=edbb2eb2eca4d69b3c2b2d4c07b847b89b13619f;hb=f716bb1161cf9e89a96945c4a444244f9d303691;hpb=8b5250e14e3280bdc4641c3b35a8dc68ca4dbde7 diff --git a/tests/test-init.lisp b/tests/test-init.lisp index edbb2eb..3e6d85a 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -334,7 +334,7 @@ (defun load-necessary-systems (specs) (dolist (db-type +all-db-types+) (when (db-type-spec db-type specs) - (db-type-ensure-system db-type)))) + (clsql:initialize-database-type :database-type db-type)))) (defun do-tests-for-backend (db-type spec) (test-connect-to-database db-type spec)