summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java')
-rw-r--r--qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
index f515be96d355..8c477ebbe3cd 100644
--- a/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
+++ b/qadevOOo/tests/java/mod/_sc/ScAccessibleCsvCell.java
@@ -56,6 +56,7 @@ public class ScAccessibleCsvCell extends TestCase {
* @see TestEnvironment
* @see #getTestEnvironment
*/
+ @Override
protected TestEnvironment createTestEnvironment(TestParameters tParam, PrintWriter log) {
XInterface oObj = null;
@@ -116,6 +117,7 @@ public class ScAccessibleCsvCell extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*/
+ @Override
protected void cleanup( TestParameters Param, PrintWriter log) {
log.println( " closing Dialog " );
try {
@@ -135,6 +137,7 @@ public class ScAccessibleCsvCell extends TestCase {
*
* @see #initializeTestCase
*/
+ @Override
protected void initialize(TestParameters Param, PrintWriter log) {
// get a soffice factory object
SOfficeFactory SOF = SOfficeFactory.getFactory( Param.getMSF());
@@ -178,6 +181,7 @@ public class ScAccessibleCsvCell extends TestCase {
this.args = Args;
}
+ @Override
public void run() {
try {
String url= utils.getFullTestURL("10test.csv");