r8928: add probe-database,create-database,destroy-database
[clsql.git] / tests / test-ooddl.lisp
index 51b8d2e227ace3833913cf2c5339705c5bc43a19..7089eba9b437b3de0b68f908bc26ad487b959249 100644 (file)
@@ -3,7 +3,7 @@
 ;;;; File:    test-ooddl.lisp
 ;;;; Author:  Marcus Pearce <m.t.pearce@city.ac.uk>
 ;;;; Created: 30/03/2004
-;;;; Updated: $Id$
+;;;; Updated: $Id$
 ;;;; ======================================================================
 ;;;;
 ;;;; Description ==========================================================
@@ -19,6 +19,9 @@
 
 #.(clsql:locally-enable-sql-reader-syntax)
 
+(setq *rt-ooddl*
+      '(
+       
 ;; Ensure slots inherited from standard-classes are :virtual
 (deftest :ooddl/metaclass/1
     (values 
@@ -84,4 +87,7 @@
       fail-index)
   -1)
 
+))
+
 #.(clsql:restore-sql-reader-syntax-state)
+