summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/util/_XSortable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XSortable.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XSortable.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XSortable.java b/qadevOOo/tests/java/ifc/util/_XSortable.java
index 389bd56a8422..dd987cdeff41 100644
--- a/qadevOOo/tests/java/ifc/util/_XSortable.java
+++ b/qadevOOo/tests/java/ifc/util/_XSortable.java
@@ -50,6 +50,7 @@ public class _XSortable extends MultiMethodTest {
XSortChecker checker = null;
PropertyValue[] oPV = null;
+ @Override
protected void before() {
checker = (XSortChecker) tEnv.getObjRelation("SORTCHECKER");
@@ -222,6 +223,7 @@ public class _XSortable extends MultiMethodTest {
/**
* Forces environment recreation.
*/
+ @Override
protected void after() {
disposeEnvironment();
}