X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=918c56f878ca0b964f701527437c82512274df6c;hb=70227e5f0b76bb649fc6c1a478d7374953fd815b;hp=0d8b3cf1e18596d35f9a878147bf9b617bb02ead;hpb=73cf858d596ad1d51c745b478292433617cf9d72;p=clsql.git diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index 0d8b3cf..918c56f 100644 --- a/tests/test-fddl.lisp +++ b/tests/test-fddl.lisp @@ -18,13 +18,16 @@ #.(clsql:locally-enable-sql-reader-syntax) +(setq *rt-fddl* + '( + ;; list current tables (deftest :fddl/table/1 (apply #'values (sort (mapcar #'string-downcase (clsql:list-tables :owner *test-database-user*)) #'string>)) - "clsql_object_v" "employee" "company") + "employee" "company" "clsql_object_v") ;; create a table, test for its existence, drop it and test again (deftest :fddl/table/2 @@ -208,4 +211,6 @@ (clsql:drop-sequence [foo] :if-does-not-exist :ignore))) 6) +)) + #.(clsql:restore-sql-reader-syntax-state)