r9252: Implement new SQL-QUERY-OBJECT class and change behavior of [select 'class]
[clsql.git] / tests / test-fddl.lisp
index 0dc053b1307210b3e005f85c26b3039091b15669..e84bdad2b1fade6c49a95116deb7f7ac2d44876a 100644 (file)
@@ -28,7 +28,7 @@
            (sort (mapcar #'string-downcase
                          (clsql:list-tables :owner *test-database-user*))
                  #'string<))
-  "company" "employee" "type_table")
+  "address" "company" "employee" "employee_address" "type_table")
 
 ;; create a table, test for its existence, drop it and test again 
 (deftest :fddl/table/2