Tag: cws_src680_qiq User: fs Date: 2006/06/26 14:16:44 Modified: dba/dbaccess/qa/complex/dbaccess/RowSet.java
Log: testConcurrentAccess: be more challenging File Changes: Directory: /dba/dbaccess/qa/complex/dbaccess/ ============================================= File [changed]: RowSet.java Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/complex/dbaccess/RowSet.java?r1=1.6.56.1&r2=1.6.56.2 Delta lines: +3 -3 ------------------- --- RowSet.java 26 Jun 2006 21:09:09 -0000 1.6.56.1 +++ RowSet.java 26 Jun 2006 21:16:41 -0000 1.6.56.2 @@ -4,9 +4,9 @@ * * $RCSfile: RowSet.java,v $ * - * $Revision: 1.6.56.1 $ + * $Revision: 1.6.56.2 $ * - * last change: $Author: fs $ $Date: 2006/06/26 21:09:09 $ + * last change: $Author: fs $ $Date: 2006/06/26 21:16:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -323,7 +323,7 @@ XRow _row = (XRow)UnoRuntime.queryInterface(XRow.class,_resultSet); _resultSet.beforeFirst(); - final int numberOfThreads = 2; + final int numberOfThreads = 10; Thread threads[] = new Thread[numberOfThreads]; for ( int i=0; i<numberOfThreads; ++i ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
