summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
index 99d4856903cf..9fa571f48af6 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XDataPilotDescriptor.java
@@ -67,6 +67,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
* Retrieves object relations.
* @throws StatusException If one of relations not found.
*/
+ @Override
protected void before() {
Integer amount = (Integer)tEnv.getObjRelation("FIELDSAMOUNT");
if (amount == null) throw new StatusException(Status.failed
@@ -411,6 +412,7 @@ public class _XDataPilotDescriptor extends MultiMethodTest {
/**
* Recreates object(to back old orientations of the fields).
*/
+ @Override
protected void after() {
disposeEnvironment();
}