X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-fddl.lisp;h=def32cb07f957cd32f0e141323d6782b9dabb191;hb=6f89299fe307443fcd41548201f836f0382760ea;hp=53fd5c75f02e83da9bf47bec2bd7131a2a5ed55b;hpb=72c5d9d0555b01290409dc2607935db823fa1f10;p=clsql.git diff --git a/tests/test-fddl.lisp b/tests/test-fddl.lisp index 53fd5c7..def32cb 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>)) - "employee" "company" "clsql_object_v") + "employee" "company") ;; create a table, test for its existence, drop it and test again (deftest :fddl/table/2 @@ -165,7 +165,7 @@ :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