From: Russ Tyndall Date: Mon, 10 Jun 2013 18:39:40 +0000 (-0400) Subject: fixed tests that failed because there are now 3 addresses X-Git-Tag: v6.5.0~23^2 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=d1e1cb11a6d6577af0bcea3b8d17adb1133618ce fixed tests that failed because there are now 3 addresses --- diff --git a/tests/test-fdml.lisp b/tests/test-fdml.lisp index dd8336b..117074b 100644 --- a/tests/test-fdml.lisp +++ b/tests/test-fdml.lisp @@ -532,7 +532,7 @@ 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* @@ -540,7 +540,7 @@ 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