summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/complexlib/ComplexTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/complexlib/ComplexTestCase.java')
-rw-r--r--qadevOOo/runner/complexlib/ComplexTestCase.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java
index 3df834d97236..7eacef28338e 100644
--- a/qadevOOo/runner/complexlib/ComplexTestCase.java
+++ b/qadevOOo/runner/complexlib/ComplexTestCase.java
@@ -44,8 +44,7 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest
**/
private int m_nThreadTimeOut = 0;
- /** End a test if it did fail **/
- public static final boolean BREAK = true;
+
private boolean m_bBeforeCalled;