Tag: cws_src680_qiq User: fs Date: 2006/06/29 03:18:52 Modified: dba/dbaccess/qa/complex/dbaccess/QueryInQuery.java
Log: change HsqlColumDescriptor File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: QueryInQuery.java Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/QueryInQuery.java?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +4 -3 ------------------- --- QueryInQuery.java 27 Jun 2006 20:37:17 -0000 1.1.2.3 +++ QueryInQuery.java 29 Jun 2006 10:18:49 -0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: QueryInQuery.java,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: fs $ $Date: 2006/06/27 20:37:17 $ + * last change: $Author: fs $ $Date: 2006/06/29 10:18:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,7 @@ } catch ( Exception e ) { + e.printStackTrace( System.err ); assure( "caught an exception (" + e.getMessage() + ") while creating the test case", false ); } } @@ -176,7 +177,7 @@ // create a table with a name which is used by a query HsqlTableDescriptor table = new HsqlTableDescriptor( "query products", new HsqlColumnDescriptor[] { - new HsqlColumnDescriptor( "ID", "INTEGER", true, true ), + new HsqlColumnDescriptor( "ID", "INTEGER" ), new HsqlColumnDescriptor( "Name", "VARCHAR(50)" ) } ); caughtExpected = false; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
