r9204: Get DO-QUERY and MAP-QUERY working with object queries and add :field-names...
[clsql.git] / tests / utils.lisp
index f73edbc39e6afa37823695cdb8c6c41a2f4a0e76..fd94021af88aea8a6a75c0e07579092a348f8fe5 100644 (file)
 (defun db-type-spec (db-type specs)
   (funcall (spec-fn db-type) specs))
 
-(defun db-type-ensure-system (db-type)
-  (unless (find-package (symbol-name db-type))
-    (asdf:operate 'asdf:load-op
-                 (intern (concatenate 'string
-                                      (symbol-name '#:clsql-)
-                                      (symbol-name db-type))))))
-
-
 
 (defun summarize-test-report (sexp &optional (output *standard-output*))
   (flet ((db-title (db-type underlying-db-type)
@@ -87,6 +79,7 @@
                               impl-version
                               machine-type)
              form
+           (declare (ignoreable utime impl-version))
            (if failed-tests
                (format output "~&~A: ~D of ~D tests failed (~A, ~A).~&"
                        (db-title db-type underlying-db-type)