requiring ownership isn't integral and causes it to fail
authorNathan Bird <nathan@acceleration.net>
Fri, 1 Jul 2011 19:40:17 +0000 (15:40 -0400)
committerNathan Bird <nathan@acceleration.net>
Mon, 4 Jul 2011 20:37:58 +0000 (16:37 -0400)
tests/test-ooddl.lisp

index b1310718dfdab812ff4032d8e9725bedf4b344f3..cfd678cb6fcd387b1c9abe2b631cde11e1417fa7 100644 (file)
     ;; 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)