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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java
index bca42faa0fbc..3df834d97236 100644
--- a/qadevOOo/runner/complexlib/ComplexTestCase.java
+++ b/qadevOOo/runner/complexlib/ComplexTestCase.java
@@ -38,11 +38,11 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest
/**
* The method name which will be written into f.e. the data base
**/
- protected String mTestMethodName = null;
+ private String mTestMethodName = null;
/** Maximal time one method is allowed to execute
* Can be set with parameter 'ThreadTimeOut'
**/
- protected int m_nThreadTimeOut = 0;
+ private int m_nThreadTimeOut = 0;
/** End a test if it did fail **/
public static final boolean BREAK = true;