summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/ucb')
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java1
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java1
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java1
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java1
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java1
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XContentProvider.java1
-rw-r--r--qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java1
7 files changed, 7 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
index 9af99156fe95..b6af19b8b7aa 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetFactory.java
@@ -53,6 +53,7 @@ public class _XCachedContentResultSetFactory extends MultiMethodTest {
* Retrieves object relation.
* @throws StatusException If relation not found.
*/
+ @Override
public void before() {
resSetStub = (XResultSet)
tEnv.getObjRelation("CachedContentResultSetStub") ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
index 3b67f04fefa9..5d68f27010fd 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedContentResultSetStubFactory.java
@@ -53,6 +53,7 @@ public class _XCachedContentResultSetStubFactory extends MultiMethodTest {
* Retrieves object relation.
* @throws StatusException If relation not found.
*/
+ @Override
public void before() {
resSet = (XResultSet) tEnv.getObjRelation("ContentResultSet") ;
if (resSet == null) {
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
index c6a99f23773c..6a7dfe486c53 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetFactory.java
@@ -54,6 +54,7 @@ public class _XCachedDynamicResultSetFactory extends MultiMethodTest {
* Retrieves object relation.
* @throws StatusException If relation not found.
*/
+ @Override
public void before() {
resSetStub = (XDynamicResultSet)
tEnv.getObjRelation("CachedDynamicResultSetStub") ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
index db1715d9668a..5d12bc102acd 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
@@ -58,6 +58,7 @@ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest {
* Retrieves object relation.
* @throws StatusException If relation not found.
*/
+ @Override
public void before() {
resSet = (XDynamicResultSet) tEnv.getObjRelation("DynamicResultSet") ;
if (resSet == null) {
diff --git a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
index b4001e4cbb0a..0ba9a03e9acf 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCommandProcessor.java
@@ -195,6 +195,7 @@ public class _XCommandProcessor extends MultiMethodTest {
}
Thread aborter = new Thread() {
+ @Override
public void run() {
for (int i = 0; i < 10; i++) {
log.println("try to abort command");
diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java b/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java
index 78172ebc0696..7f56233fb9b9 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XContentProvider.java
@@ -60,6 +60,7 @@ public class _XContentProvider extends MultiMethodTest {
* Retrieves object relations.
* @throws StatusException If one of relations not found.
*/
+ @Override
public void before() {
CIF = (XContentIdentifierFactory) tEnv.getObjRelation("FACTORY");
String tmp = (String) tEnv.getObjRelation("CONTENT1") ;
diff --git a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
index 52d94530f462..fd9cf81b7b36 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XContentProviderManager.java
@@ -92,6 +92,7 @@ public class _XContentProviderManager extends MultiMethodTest {
* @see #firstContentProvider
* @see #contentProvider
*/
+ @Override
public void before() {
XMultiServiceFactory xMSF = tParam.getMSF();