Removing owner reference in test :ooddl/big/1; it's not about ownership
[clsql.git] / tests / test-ooddl.lisp
index b1310718dfdab812ff4032d8e9725bedf4b344f3..a5db79f0f5b2268274724008f6241a7083c2c318 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)