summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XDataOutputStream.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XDataOutputStream.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java b/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java
index 90d049cbd05f..51dcff41c2f0 100644
--- a/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XDataOutputStream.java
@@ -56,6 +56,7 @@ public class _XDataOutputStream extends MultiMethodTest {
* If relation or data of some type in stream not found then
* tests of corresponding methods are skipped.
*/
+ @Override
public void before() throws RuntimeException {
List<Object> data = (List<Object>) tEnv.getObjRelation("StreamData") ;
@@ -253,6 +254,7 @@ public class _XDataOutputStream extends MultiMethodTest {
/**
* Forces object environment recreation.
*/
+ @Override
public void after() {
this.disposeEnvironment() ;
}