summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/io/_XDataInputStream.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/io/_XDataInputStream.java')
-rw-r--r--qadevOOo/tests/java/ifc/io/_XDataInputStream.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/io/_XDataInputStream.java b/qadevOOo/tests/java/ifc/io/_XDataInputStream.java
index 2671b4baf620..5a3321f541c7 100644
--- a/qadevOOo/tests/java/ifc/io/_XDataInputStream.java
+++ b/qadevOOo/tests/java/ifc/io/_XDataInputStream.java
@@ -76,6 +76,7 @@ public class _XDataInputStream extends MultiMethodTest {
* data of different types and fills the appropriate variables.
* @throws StatusException If one of relations not found.
*/
+ @Override
public void before(){
XInterface x = (XInterface)tEnv.getObjRelation("StreamWriter") ;
@@ -396,6 +397,7 @@ public class _XDataInputStream extends MultiMethodTest {
/**
* Forces object environment recreation.
*/
+ @Override
public void after() {
try {
oStream.flush();