summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/awt/_XView.java
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-03 07:48:42 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-03 07:48:42 +0000
commitd1ca2aa5cda62af2a70d4fa9c1b2df4037bf9088 (patch)
treeda301fb2dadd19e88fa0de024435e43567d1b495 /qadevOOo/tests/java/ifc/awt/_XView.java
parentb7ae32c1dd77c76d7ce892b4fdb61c2e821532f1 (diff)
INTEGRATION: CWS qadev17 (1.3.46); FILE MERGED
2004/04/28 14:14:05 sw 1.3.46.1: #i26677#
Diffstat (limited to 'qadevOOo/tests/java/ifc/awt/_XView.java')
-rw-r--r--qadevOOo/tests/java/ifc/awt/_XView.java11
1 files changed, 9 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/awt/_XView.java b/qadevOOo/tests/java/ifc/awt/_XView.java
index 43a72e9f7abe..332c9ed35efb 100644
--- a/qadevOOo/tests/java/ifc/awt/_XView.java
+++ b/qadevOOo/tests/java/ifc/awt/_XView.java
@@ -2,9 +2,9 @@
*
* $RCSfile: _XView.java,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change:$Date: 2003-12-11 12:45:43 $
+ * last change:$Date: 2004-05-03 08:48:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -166,5 +166,12 @@ public class _XView extends MultiMethodTest {
tRes.tested("setZoom()", true);
}
+ /**
+ * Forces environment recreation.
+ */
+ protected void after() {
+ disposeEnvironment();
+ }
+
}