added output-caching tests to ensure that the output cache works correctly and can...
[clsql.git] / tests / test-init.lisp
index 394a20a4486549bebddd9e2f18ac4cc6cfefde46..64253bd6200e81056e80fc5fa6ee96ed9b1e9f43 100644 (file)
 
 (defun default-suites ()
   "The default list of tests to run."
-  (append *rt-internal* *rt-connection* *rt-basic* *rt-fddl* *rt-fdml*
+  (append *rt-connection* *rt-basic* *rt-fddl* *rt-fdml*
          *rt-ooddl* *rt-oodml* *rt-syntax* *rt-time* *rt-i18n*))
 
 (defun internal-suites ()
   "The default internal suites that should run without any specific backend"
-  (append *rt-pool*))
+  (append *rt-internal* *rt-pool*))
 
 
 (defvar *error-count* 0)