summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/TestCase.java
diff options
context:
space:
mode:
authorStephan Wunderlich <sw@openoffice.org>2003-02-13 16:33:38 +0000
committerStephan Wunderlich <sw@openoffice.org>2003-02-13 16:33:38 +0000
commitf5204c3ece23c04cbe784ebbddcac17ec80f0b72 (patch)
treed54dccca30187b83018ba3def405d33073842fda /qadevOOo/runner/lib/TestCase.java
parent1b857c28d7c4effa817086c3ff0c33817764ae03 (diff)
CHG: fixed disposeEnvironment()
Diffstat (limited to 'qadevOOo/runner/lib/TestCase.java')
-rw-r--r--qadevOOo/runner/lib/TestCase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/lib/TestCase.java b/qadevOOo/runner/lib/TestCase.java
index f3af02347c09..a15870205b9b 100644
--- a/qadevOOo/runner/lib/TestCase.java
+++ b/qadevOOo/runner/lib/TestCase.java
@@ -2,9 +2,9 @@
*
* $RCSfile: TestCase.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 16:27:40 $
+ * last change:$Date: 2003-02-13 17:33:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,7 +189,7 @@ public abstract class TestCase {
*/
public synchronized void disposeTestEnvironment( TestEnvironment tEnv,
TestParameters tParam ) {
- cleanupTestEnvironment( tParam, tEnv, log );
+ cleanup( tParam, log );
}
/**