X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-ooddl.lisp;h=cfd678cb6fcd387b1c9abe2b631cde11e1417fa7;hp=b1310718dfdab812ff4032d8e9725bedf4b344f3;hb=084aa8d0bcfd2e07d0f7b267f27440191d699268;hpb=bc03e3f001844aeb6ff682fe0f8d8524344d92bf diff --git a/tests/test-ooddl.lisp b/tests/test-ooddl.lisp index b131071..cfd678c 100644 --- a/tests/test-ooddl.lisp +++ b/tests/test-ooddl.lisp @@ -107,10 +107,10 @@ ;; and stick a value in there. (progn (clsql-sys:create-view-from-class 'big) (values - (clsql:table-exists-p [big] :owner *test-database-user*) + (clsql:table-exists-p [big] ) (progn (clsql:drop-table [big] :if-does-not-exist :ignore) - (clsql:table-exists-p [big] :owner *test-database-user*))) + (clsql:table-exists-p [big] ))) ) t nil)