summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 15:25:28 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 15:25:28 +0000
commitfffbeb90fa93e68bf9c57c8193539ea26abbee46 (patch)
tree45822c9e0e3734ec6ba393274d01b055f5d36953 /qadevOOo/tests/java/ifc/util
parentd36939d64bf27dde5d29b94d26f7800810c79b4f (diff)
INTEGRATION: CWS qadev13 (1.2.6); FILE MERGED
2003/11/07 16:20:48 sg 1.2.6.1: #112280#CHG: react on new object relations
Diffstat (limited to 'qadevOOo/tests/java/ifc/util')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XImportable.java11
1 files changed, 9 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XImportable.java b/qadevOOo/tests/java/ifc/util/_XImportable.java
index 69278d34eceb..5462f22a046d 100644
--- a/qadevOOo/tests/java/ifc/util/_XImportable.java
+++ b/qadevOOo/tests/java/ifc/util/_XImportable.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XImportable.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change:$Date: 2003-09-08 11:29:53 $
+ * last change:$Date: 2003-11-18 16:25:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -226,4 +226,11 @@ public class _XImportable extends MultiMethodTest {
return res;
}
+ /**
+ * Dispose environment.
+ */
+ protected void after() {
+ disposeEnvironment();
+ }
+
} \ No newline at end of file