User: ihi Date: 2007-11-21 15:30:59+0000 Modified: dba/dbaccess/qa/complex/dbaccess/Query.java
Log: INTEGRATION: CWS dba24c (1.3.40); FILE MERGED 2007/11/04 21:45:56 fs 1.3.40.1: adjust our tests - the parser has been improved in CWS dba24c, so that the query which was previously unparseable is now parseable. We need a new unparseable query, thus. File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: Query.java Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/Query.java?r1=1.3&r2=1.4 Delta lines: +1 -1 ------------------- --- Query.java 2007-07-06 07:51:16+0000 1.3 +++ Query.java 2007-11-21 15:30:56+0000 1.4 @@ -107,7 +107,7 @@ String[][] expectedColumnNames = new String[][] { new String[] { "ID", "Name", "Address", "City", "Postal" }, new String[] { "TABLE_CATALOG", "TABLE_SCHEMA", "TABLE_NAME", "VIEW_DEFINITION", "CHECK_OPTION", "IS_UPDATABLE", "VALID" }, - new String[] { "concat" } + new String[] { "ID_VARCHAR" } }; for ( int i = 0; i < queryNames.length; ++i ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
