summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/util/_XReplaceable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XReplaceable.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XReplaceable.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XReplaceable.java b/qadevOOo/tests/java/ifc/util/_XReplaceable.java
index 1515d7a53f39..ca3cca6ee7c0 100644
--- a/qadevOOo/tests/java/ifc/util/_XReplaceable.java
+++ b/qadevOOo/tests/java/ifc/util/_XReplaceable.java
@@ -54,6 +54,7 @@ public class _XReplaceable extends MultiMethodTest {
* the inserted object may influence following tests.
*
*/
+ @Override
protected void before() {
Object o = tEnv.getObjRelation("SEARCHSTRING");
if (o != null) {
@@ -129,6 +130,7 @@ public class _XReplaceable extends MultiMethodTest {
* In case the interface itself made the entry to search for, the environment
* must be disposed
*/
+ @Override
protected void after() {
if(mDispose) {
disposeEnvironment();