X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=e3dc1b278e31b152d814f6f06657913bf00c5d91;hp=0d98c0f552c76147e80ca9d06789e8216cfa1f42;hb=a244caf265fff60cc9d00083e15951762dd7f1ca;hpb=c81a9fe27ee259429b89ef680788abb8f8e1b26a diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index 0d98c0f..e3dc1b2 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -27,7 +27,8 @@ (sort (mapcar #'string-downcase (clsql:list-tables :owner *test-database-user*)) #'string<) - ("addr" "big" "company" "ea_join" "employee" "type_bigint" "type_table")) + ("addr" "big" "company" "ea_join" "employee" "node" "setting" + "subloc" "theme" "type_bigint" "type_table" "user")) ;; create a table, test for its existence, drop it and test again (deftest :fddl/table/2