[Libreoffice-commits] core.git: dbaccess/qa

Lionel Elie Mamane lionel at mamane.lu
Thu Oct 9 09:26:55 PDT 2014


 dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e0b14b922204acf541bedf658236d30dc5878fca
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Thu Oct 9 18:26:21 2014 +0200

    forgotten part of previous commit
    
    Change-Id: If050e630edacef67ab194c0b6941a6542e4ebceb

diff --git a/dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java b/dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java
index 7cb054b..08eea00 100644
--- a/dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java
+++ b/dbaccess/qa/complex/dbaccess/SingleSelectQueryComposer.java
@@ -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)";
 
 


More information about the Libreoffice-commits mailing list