diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-11-02 16:40:23 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-11-02 16:40:23 +0000 |
commit | 44ff7c9f00a00c799f393d874e7fdaff835c9f05 (patch) | |
tree | b45dd9a5117cc42fe9b365c45ed275e78cc32265 /qadevOOo/runner/base | |
parent | ae4135276486adfffdce766cf8f5e865a4a06e72 (diff) |
INTEGRATION: CWS qadev24 (1.9.16); FILE MERGED
2005/09/19 21:46:26 cn 1.9.16.2: RESYNC: (1.9-1.10); FILE MERGED
2005/08/26 07:15:48 lla 1.9.16.1: #124348# remove TimeOut=0 so it is possible to set timeout via parameter
Diffstat (limited to 'qadevOOo/runner/base')
-rw-r--r-- | qadevOOo/runner/base/java_complex.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/base/java_complex.java b/qadevOOo/runner/base/java_complex.java index 2d0b937e2454..b4227842526c 100644 --- a/qadevOOo/runner/base/java_complex.java +++ b/qadevOOo/runner/base/java_complex.java @@ -4,9 +4,9 @@ * * $RCSfile: java_complex.java,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:03:33 $ + * last change: $Author: kz $ $Date: 2005-11-02 17:40:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,7 +96,7 @@ public class java_complex implements TestBase{ // and the office was killed. // In complex tests just use "ThreadTimeOut" as timout. - param.put("TimeOut", new Integer(0)); + // param.put("TimeOut", new Integer(0)); for (int i=0; i<entries.length; i++) { |