r9024: fix odbc on lww
[clsql.git] / tests / test-fddl.lisp
index 53fd5c75f02e83da9bf47bec2bd7131a2a5ed55b..def32cb07f957cd32f0e141323d6782b9dabb191 100644 (file)
@@ -28,7 +28,7 @@
            (sort (mapcar #'string-downcase
                          (clsql:list-tables :owner *test-database-user*))
                  #'string>))
-  "employee" "company" "clsql_object_v")
+  "employee" "company")
 
 ;; create a table, test for its existence, drop it and test again 
 (deftest :fddl/table/2
                                   :if-does-not-exist :ignore))
                 (t 
                  (clsql:drop-index [bar]:if-does-not-exist :ignore)))
-              (clsql:view-exists-p [bar] :owner *test-database-user*))))
+              (clsql:index-exists-p [bar] :owner *test-database-user*))))
   t nil)
 
 ;; create indexes with names as strings, symbols and in square brackets