summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/sdbc/_XResultSet.java')
-rw-r--r--qadevOOo/tests/java/ifc/sdbc/_XResultSet.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java
index c6256a755679..a2114d7d0a6e 100644
--- a/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java
+++ b/qadevOOo/tests/java/ifc/sdbc/_XResultSet.java
@@ -71,6 +71,7 @@ public class _XResultSet extends MultiMethodTest {
* Positions the cursor to the first row.
* Forces method tests to be executed in definite order.
*/
+ @Override
public void before() {
try {
oObj.last() ;
@@ -481,6 +482,7 @@ public class _XResultSet extends MultiMethodTest {
* Moves the cursor to the first row to avoid affection to
* the following interfaces tests
*/
+ @Override
public void after() {
log.println("Finally moving cursor to the first row ...");
try {