X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=0dc053b1307210b3e005f85c26b3039091b15669;hp=d047b3f807ab1a76a92c7d5a6cf0532caec80428;hb=9bbed78051e80e6ab76ae47834136035602bbbf1;hpb=80d94a5396eeaca850bb643390b836d8bd0825b3 diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index d047b3f..0dc053b 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -112,7 +112,7 @@ t nil) ;; create a view, list its attributes and drop it -(when (clsql-base-sys:db-type-has-views? *test-database-underlying-type*) +(when (clsql-base:db-type-has-views? *test-database-underlying-type*) (deftest :fddl/view/2 (progn (clsql:create-view [lenins-group] :as [select [first-name] [last-name] [email]