forgotten part of previous commit

Change-Id: If050e630edacef67ab194c0b6941a6542e4ebceb
This commit is contained in:
Lionel Elie Mamane
2014-10-09 18:26:21 +02:00
parent ee12e843c6
commit e0b14b9222

View File

@@ -51,7 +51,7 @@ public class SingleSelectQueryComposer extends CRMBasedTestCase
+ " OR ( \"ID\" = 3 AND \"Postal\" = '6' AND \"Address\" = '7' )"
+ " OR ( \"Address\" = '8' )"
+ " OR ( \"Postal\" = '9' )"
+ " OR ( NOW( ) = {D '2010-01-01' } )";
+ " OR ( NOW( ) = {d '2010-01-01' } )";
private final static String INNERPRODUCTSQUERY = "products (inner)";