summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_dbaccess/ORowSet.java')
-rw-r--r--qadevOOo/tests/java/mod/_dbaccess/ORowSet.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
index b63b2491fd52..41df33c42605 100644
--- a/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
+++ b/qadevOOo/tests/java/mod/_dbaccess/ORowSet.java
@@ -156,6 +156,7 @@ public class ORowSet extends TestCase {
* @throws StatusException if DataSource can not be created or
* registered.
*/
+ @Override
protected void initialize ( TestParameters Param, PrintWriter _log)
throws StatusException
{
@@ -240,6 +241,7 @@ public class ORowSet extends TestCase {
* @see com.sun.star.sdb.DatabaseContext
* @see com.sun.star.sdb.DataSource
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters Param,
PrintWriter log)
{
@@ -497,6 +499,7 @@ public class ORowSet extends TestCase {
/**
* Closes connection of <code>RowSet</code> instance created.
*/
+ @Override
protected void cleanup( TestParameters Param, PrintWriter log)
{
String doing = null;