summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests/java/ifc/util/_XSearchable.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/util/_XSearchable.java')
-rw-r--r--qadevOOo/tests/java/ifc/util/_XSearchable.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/util/_XSearchable.java b/qadevOOo/tests/java/ifc/util/_XSearchable.java
index 6669b322de68..932a47455a88 100644
--- a/qadevOOo/tests/java/ifc/util/_XSearchable.java
+++ b/qadevOOo/tests/java/ifc/util/_XSearchable.java
@@ -57,6 +57,7 @@ public class _XSearchable extends MultiMethodTest {
* the inserted object may influence following tests.
*
*/
+ @Override
protected void before() {
Object o = tEnv.getObjRelation("SEARCHSTRING");
if (o != null) {
@@ -166,6 +167,7 @@ public class _XSearchable 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();