X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-init.lisp;h=65930c2e9d858b2945074fdc330026b29ad28f33;hb=4c15c38fcc4eef61e9e84fb6d756bf5a14e15e00;hp=9af59da503b6845fbcaee73612eaf5d07998abd1;hpb=7308bdf188da6424e615ca14096ef53cfb845a90;p=clsql.git diff --git a/tests/test-init.lisp b/tests/test-init.lisp index 9af59da..65930c2 100644 --- a/tests/test-init.lisp +++ b/tests/test-init.lisp @@ -482,7 +482,7 @@ (machine-type) db-type (if (not (eq db-type *test-database-underlying-type*)) - (format nil " with underlying type ~A" + (format nil " with underlying type ~:@(~A~)" *test-database-underlying-type*) "") )) @@ -569,6 +569,9 @@ ((and (null (clsql-sys:db-type-has-union? db-underlying-type)) (clsql-sys:in test :fdml/query/6 :fdml/select/31)) (push (cons test "union not supported") skip-tests)) + ((and (eq *test-database-type* :oracle) + (clsql-sys:in test :fdml/query/8 :fdml/select/21)) + (push (cons test "syntax not supported") skip-tests)) (t (push test-form test-forms))))) (values (nreverse test-forms) (nreverse skip-tests))))