summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base/java_fat_service.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/base/java_fat_service.java')
-rw-r--r--qadevOOo/runner/base/java_fat_service.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/base/java_fat_service.java b/qadevOOo/runner/base/java_fat_service.java
index 91a84fb2a9c8..2e507ff1e7f4 100644
--- a/qadevOOo/runner/base/java_fat_service.java
+++ b/qadevOOo/runner/base/java_fat_service.java
@@ -92,7 +92,7 @@ public class java_fat_service implements TestBase {
}
if (tCase == null) {
- sumIt.summarizeDown(entry,entry.ErrorMsg);
+ Summarizer.summarizeDown(entry,entry.ErrorMsg);
LogWriter sumObj = (LogWriter)dcl.getInstance(
(String)param.get("OutProducer"));
sumObj.initialize(entry,true);
@@ -117,7 +117,7 @@ public class java_fat_service implements TestBase {
tEnv = null;
}
if (tEnv == null) {
- sumIt.summarizeDown(entry,"Couldn't create "+tCase.getObjectName());
+ Summarizer.summarizeDown(entry,"Couldn't create "+tCase.getObjectName());
LogWriter sumObj = (LogWriter)dcl.getInstance(
(String)param.get("OutProducer"));
sumObj.initialize(entry,true);