From 08119c361d1181b3e8f1abb429236e488a664753 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 13 Aug 2013 15:42:54 -0400 Subject: Imported Upstream version 2.2.1 --- test/whereD.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/whereD.test') diff --git a/test/whereD.test b/test/whereD.test index 58fe934..9ac5a68 100644 --- a/test/whereD.test +++ b/test/whereD.test @@ -180,7 +180,7 @@ do_test 4.2 { SELECT * FROM t41 AS x LEFT JOIN t42 AS y ON (y.d=x.c) OR (y.e=x.b); } } {1 2 3 3 6 9 4 5 6 {} {} {}} -do_test 4.2 { +do_test 4.3 { db eval { SELECT * FROM t41 AS x LEFT JOIN t42 AS y ON (y.d=x.c) OR (y.d=x.b); } -- cgit v1.2.3