diff options
Diffstat (limited to 'qadevOOo/runner/complexlib/ComplexTestCase.java')
-rw-r--r-- | qadevOOo/runner/complexlib/ComplexTestCase.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/complexlib/ComplexTestCase.java b/qadevOOo/runner/complexlib/ComplexTestCase.java index 2486692130bb..3e940749b1bf 100644 --- a/qadevOOo/runner/complexlib/ComplexTestCase.java +++ b/qadevOOo/runner/complexlib/ComplexTestCase.java @@ -32,9 +32,9 @@ public abstract class ComplexTestCase extends Assurance implements ComplexTest { /** The test parameters **/ - protected static TestParameters param = null; + protected TestParameters param = null; /** Log writer **/ - protected static LogWriter log = null; + protected LogWriter log = null; /** * The method name which will be written into f.e. the data base **/ |