X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=tests%2Ftest-ooddl.lisp;h=a5db79f0f5b2268274724008f6241a7083c2c318;hp=b1310718dfdab812ff4032d8e9725bedf4b344f3;hb=ec1872df0ec2761b4ab6811dc12f960f6f455819;hpb=85ec9eefa107bb000198c381ffba15c8f4bb086b diff --git a/tests/test-ooddl.lisp b/tests/test-ooddl.lisp index b131071..a5db79f 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)