From d1e1cb11a6d6577af0bcea3b8d17adb1133618ce Mon Sep 17 00:00:00 2001 From: Russ Tyndall Date: Mon, 10 Jun 2013 14:39:40 -0400 Subject: [PATCH] fixed tests that failed because there are now 3 addresses --- tests/test-fdml.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1