Got everything running under mysql; I think all the remaining failures are actual...
[clsql.git] / tests / ds-nodes.lisp
index 2883b31bf924ade4a19e983dc9e8f3575044fc40..7a8c8a6250418ef82122f77e83f8813ba8fd152a 100644 (file)
@@ -70,7 +70,6 @@
             :warn)))
     (mapc #'clsql:create-view-from-class
          '(node setting user theme location subloc)))
-    
 
   (setq *test-start-utime* (get-universal-time))
   (let* ((*db-auto-sync* t))
                                 :loc "a subloc")
          subloc2 (make-instance 'subloc
                                 :title "subloc-2"
-                                :loc "second subloc")))
+                                :loc "second subloc"))))
 
 
-  )
 
 
-
-
- (def-dataset *ds-employees*
-   (:setup initialize-ds-employees)
+ (def-dataset *ds-nodes*
+   (:setup initialize-ds-nodes)
    (:cleanup (lambda ()
               (mapc #'clsql-sys:drop-view-from-class
-                    '(employee company address employee-address
-                      node setting user theme location subloc)))))
+                    '(node setting user theme location subloc)))))
 
 #.(clsql:restore-sql-reader-syntax-state)