r9221: Test for boolean slots.
[clsql.git] / tests / test-oodml.lisp
index 84046fcdd20167045e0c5d411cbde4ec8356f8ac..9969abde55dc504ac479eedd358a7eda907a9730 100644 (file)
        (slot-value a 'postal-code)))
   nil "" "no city" 0)
 
+(deftest :oodml/select/10 
+    (mapcar #'(lambda (e) (slot-value e 'married)) 
+              (clsql:select 'employee :flatp t :order-by [emplid]))
+  (T T T NIL NIL NIL NIL NIL NIL NIL))
+
 ;; tests update-records-from-instance 
 (deftest :oodml/update-records/1
     (values