diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:15:41 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-06 12:15:41 +0000 |
commit | 7c3387f363051cdd782ae8ab39030f1996ed0b14 (patch) | |
tree | e08c5ca56f65529600de23492a1e8b18bcb9123e /connectivity/qa | |
parent | db26ca35eaff6fbb6c0b13b44e06aae1ca07af1e (diff) |
INTEGRATION: CWS dba30c (1.4.10); FILE MERGED
2008/05/06 10:39:59 oj 1.4.10.1: #i75557# add test for lower() like
Diffstat (limited to 'connectivity/qa')
-rw-r--r-- | connectivity/qa/drivers/dbase/DBaseDriverTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/qa/drivers/dbase/DBaseDriverTest.java b/connectivity/qa/drivers/dbase/DBaseDriverTest.java index aa1ba3d691a3..6fcbfa2d9a78 100644 --- a/connectivity/qa/drivers/dbase/DBaseDriverTest.java +++ b/connectivity/qa/drivers/dbase/DBaseDriverTest.java @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: DBaseDriverTest.java,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -51,7 +51,7 @@ public class DBaseDriverTest extends ComplexTestCase { private static Properties props = new Properties(); private XDriver m_xDiver; - private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR02b'"; + private String where = "FROM \"biblio\" \"biblio\" where \"Identifier\" = 'BOR00'"; static { try { |