From: Nathan Bird Date: Wed, 10 Feb 2010 22:08:46 +0000 (-0500) Subject: Removing owner reference in test :ooddl/big/1; it's not about ownership X-Git-Tag: v5.0.3~3^2 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=ec1872df0ec2761b4ab6811dc12f960f6f455819 Removing owner reference in test :ooddl/big/1; it's not about ownership --- 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)