From 084aa8d0bcfd2e07d0f7b267f27440191d699268 Mon Sep 17 00:00:00 2001 From: Nathan Bird Date: Fri, 1 Jul 2011 15:40:17 -0400 Subject: [PATCH] requiring ownership isn't integral and causes it to fail --- 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..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) -- 2.34.1