r9186: add attribute caching, improve inititialize-database-type
[clsql.git] / tests / test-init.lisp
index edbb2eb2eca4d69b3c2b2d4c07b847b89b13619f..3e6d85a21a551b44d7f30f52399bf1f23ac6673f 100644 (file)
 (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)