summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sch/AccDataSeries.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sch/AccDataSeries.java')
-rw-r--r--qadevOOo/tests/java/mod/_sch/AccDataSeries.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/tests/java/mod/_sch/AccDataSeries.java b/qadevOOo/tests/java/mod/_sch/AccDataSeries.java
index 4a6fbad30243..dbb3b05dfdbb 100644
--- a/qadevOOo/tests/java/mod/_sch/AccDataSeries.java
+++ b/qadevOOo/tests/java/mod/_sch/AccDataSeries.java
@@ -41,6 +41,7 @@ public class AccDataSeries extends TestCase {
XChartDocument xChartDoc = null;
+ @Override
protected TestEnvironment createTestEnvironment(
TestParameters Param, PrintWriter log) {
@@ -96,6 +97,7 @@ public class AccDataSeries extends TestCase {
* @param Param test parameters
* @param log writer to log information while testing
*/
+ @Override
protected void cleanup( TestParameters Param, PrintWriter log) {
if( xChartDoc!=null ) {
log.println( " closing xChartDoc" );