X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=ca402ce88341e641c6a143c7c7634b9e2426f09c;hb=813ae0f6f92e4b9dfac48528d64a6ae8b229d3a1;hp=da6063337677cdb49bb2cbce91b7bdacb0a721c5;hpb=fa66cd5b2b5b57865a78d28c5f5ee2ba142814f1;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index da60633..ca402ce 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -371,15 +371,15 @@ (dolist (test-form test-forms) (eval test-form)) - (let ((remaining (rtest:do-tests *report-stream*))) - (when (rt:pending-tests) + (let ((remaining (regression-test:do-tests *report-stream*))) + (when (regression-test:pending-tests) (incf *error-count* (length remaining)))) (let ((sexp-error (list db-type *test-database-underlying-type* (get-universal-time) (length test-forms) - (rt:pending-tests) + (regression-test:pending-tests) (lisp-implementation-type) (lisp-implementation-version) (machine-type))))