X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=57a3cfcb7135914e94171bcc31d23ee02a84d627;hb=53bf64089da7f091d748f46eb95ebeb39d990dd9;hp=8064aa0df014e52c93b98b185cc2fd84065d91c3;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 8064aa0..57a3cfc 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -474,6 +474,8 @@ (defun run-tests (&key (report-stream *standard-output*) (sexp-report-stream nil)) + ;; clear SQL-OUTPUT cache + (setq clsql-sys::*output-hash* (make-hash-table :test #'equal)) (let ((specs (read-specs)) (*report-stream* report-stream) (*sexp-report-stream* sexp-report-stream) @@ -563,7 +565,8 @@ (let ((test-forms '()) (skip-tests '())) (dolist (test-form (append *rt-internal* *rt-connection* *rt-basic* *rt-fddl* *rt-fdml* - *rt-ooddl* *rt-oodml* *rt-syntax*)) + *rt-ooddl* *rt-oodml* *rt-syntax* *rt-time* + )) (let ((test (second test-form))) (cond ((and (null (clsql-sys:db-type-has-views? db-underlying-type))