fixed tests that failed because there are now 3 addresses
[clsql.git] / tests / test-fdml.lisp
index dd8336be95ed0d0df92477a873b2eaceea2824ea..117074b55a312827cfc65ca7685abc6a9853204d 100644 (file)
              being each tuple in
            [select [addressid] :from [addr] :order-by [addressid]]
            collect addressid))
-  (1 2))
+  (1 2 3))
 
 (deftest :fdml/loop/3
     (with-dataset *ds-employees*
              being each tuple in
            [select [addressid] :from [addr] :order-by [addressid]]
            collect addressid))
-  (1 2))
+  (1 2 3))
 
 ;; inserts a record using all values only and then deletes it
 (deftest :fdml/insert/1