fixed bug converting to boolean in db-mysql/mysql-sql.lisp - from github user Sectoid
[clsql.git] / tests / test-init.lisp
index 394a20a4486549bebddd9e2f18ac4cc6cfefde46..cd37dac8a7dd3b2e81ae2e027f07f64f6ea4fa82 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)
                              :oodml/update-records/6 :oodml/update-records/7
                              :oodml/update-records/8 :oodml/update-records/9
                              :oodml/update-records/9-slots :oodml/update-records/10
-                             :oodml/update-records/11 :oodml/update-instance/3
+                             :oodml/update-records/11 :OODML/UPDATE-RECORDS/12 :oodml/update-instance/3
                              :oodml/update-instance/4 :oodml/update-instance/5
                              :oodml/update-instance/6 :oodml/update-instance/7
                              :oodml/db-auto-sync/3 :oodml/db-auto-sync/4))