r9758: Add tests for syntax and fddl.
[clsql.git] / tests / test-init.lisp
index cb1cec578b3a793cfc4493845ffd1e25f0197c7f..2da19aa2dd46af892edcbe045fff3e28802cefd7 100644 (file)
          ((and (eq *test-database-type* :oracle)
                (clsql-sys:in test :fdml/query/8 :fdml/select/21))
           (push (cons test "syntax not supported") skip-tests))
+          ((and (not (member *test-database-underlying-type* 
+                             '(:postgresql :oracle)))
+                (clsql-sys:in test :fddl/owner/1))
+           (push (cons test "table ownership not supported") skip-tests))
          (t
           (push test-form test-forms)))))
       (values (nreverse test-forms) (nreverse skip-tests))))