summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-11-02 16:46:19 +0000
committerKurt Zenker <kz@openoffice.org>2005-11-02 16:46:19 +0000
commita1f61aba8f1aec66a0b8077cd8c7e5bc8e77cf2d (patch)
tree9b91d65044c1ec0fc33d77c6615fb87509ec3501
parent4313d936b8efe7dc9dfb9a4078997c01dd7e854d (diff)
INTEGRATION: CWS qadev24 (1.2.114); FILE MERGED
2005/09/19 12:12:45 cn 1.2.114.2: RESYNC: (1.2-1.3); FILE MERGED 2005/09/13 10:25:23 cn 1.2.114.1: #i54539# replace 'tEnv.dispose()' with 'this.disposeEnvironment()'
-rw-r--r--qadevOOo/tests/java/ifc/io/_XActiveDataControl.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
index b7062da5e7b5..1f11c9776e3b 100644
--- a/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
+++ b/qadevOOo/tests/java/ifc/io/_XActiveDataControl.java
@@ -4,9 +4,9 @@
*
* $RCSfile: _XActiveDataControl.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 00:10:17 $
+ * last change: $Author: kz $ $Date: 2005-11-02 17:46:19 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -250,7 +250,7 @@ public class _XActiveDataControl extends MultiMethodTest {
* Disposes the test environment, since it is used.
*/
public void after() {
- tEnv.dispose();
+ this.disposeEnvironment();
}
}