X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=4315f88ae19a3fade918ae0a08d9b838537aa55c;hb=ec9b352b8205e4204a06797f98970b03cf532ab2;hp=d047b3f807ab1a76a92c7d5a6cf0532caec80428;hpb=b193d5d794ea2ec1feb850136ec0affccda5d835;p=clsql.git diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index d047b3f..4315f88 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -28,7 +28,7 @@ (sort (mapcar #'string-downcase (clsql:list-tables :owner *test-database-user*)) #'string<)) - "company" "employee" "type_table") + "address" "company" "employee" "type_table") ;; create a table, test for its existence, drop it and test again (deftest :fddl/table/2 @@ -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]