X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=6b8ddedc5c04eb6abd0799a46fc3a1e5fc708254;hp=3e6d85a21a551b44d7f30f52399bf1f23ac6673f;hb=7cdc9aa48baa3c52923d61da6fa632eb47ac0b5d;hpb=4d1a3100285889c84e63f8f4500dbd4b6c1f8ddc diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 3e6d85a..6b8dded 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -399,12 +399,9 @@ (defun compute-tests-for-backend (db-type db-underlying-type) (let ((test-forms '()) (skip-tests '())) - (dolist (test-form (append - (if (eq db-type :sqlite) - (test-basic-forms-untyped) - (test-basic-forms)) - *rt-connection* *rt-fddl* *rt-fdml* - *rt-ooddl* *rt-oodml* *rt-syntax*)) + (dolist (test-form (append (test-basic-forms) + *rt-connection* *rt-fddl* *rt-fdml* + *rt-ooddl* *rt-oodml* *rt-syntax*)) (let ((test (second test-form))) (cond ((and (null (db-type-has-views? db-underlying-type))