summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/complexlib/ComplexTestCase.java
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-07-29 13:59:06 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-07-29 13:59:06 +0000
commitd2f490169ee8fe6b23c204713453e7fa1cd6a168 (patch)
tree17b84c5c739759052791c89fbc2d383c45d00796 /qadevOOo/runner/complexlib/ComplexTestCase.java
parent6a839e2cd28d2e31b2b7f0c39fa4d944ad6130be (diff)
CWS-TOOLING: integrate CWS perftest09b
2009-07-22 08:34:25 +0200 lla r274216 : #i103694# use bash as shell 2009-07-21 12:33:51 +0200 lla r274178 : #160203# 2009-07-20 13:42:20 +0200 lla r274124 : #106358# add helper tool to get access to rpm in the environment for SOI 2009-07-20 12:43:26 +0200 lla r274119 : #i103656# compatiblity
Diffstat (limited to 'qadevOOo/runner/complexlib/ComplexTestCase.java')
-rw-r--r--qadevOOo/runner/complexlib/ComplexTestCase.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java
index ded9b1c0099d..18f89681c96e 100644
--- a/qadevOOo/runner/complexlib/ComplexTestCase.java
+++ b/qadevOOo/runner/complexlib/ComplexTestCase.java
@@ -58,7 +58,8 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest
**/
protected int mThreadTimeOut = 0;
/** Continue a test even if it did fail **/
- public static final boolean CONTINUE = true;
+ // public static final boolean CONTINUE = true;
+
/** End a test if it did fail **/
public static final boolean BREAK = true;