From ec1872df0ec2761b4ab6811dc12f960f6f455819 Mon Sep 17 00:00:00 2001 From: Nathan Bird Date: Wed, 10 Feb 2010 17:08:46 -0500 Subject: [PATCH] Removing owner reference in test :ooddl/big/1; it's not about ownership --- tests/test-ooddl.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.34.1