summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-11-08 16:01:31 +0100
committerVladimir Glazunov <vg@openoffice.org>2010-11-08 16:01:31 +0100
commit9cc7580d9089500356ab3a47840f0c733b17169b (patch)
tree93908215d9c789b7d747079c494d1ec5c87579e8 /qadevOOo/runner
parentCWS-TOOLING: integrate CWS vcl116 (diff)
parentcws dba34a: new control added (diff)
downloadcore-9cc7580d9089500356ab3a47840f0c733b17169b.tar.gz
core-9cc7580d9089500356ab3a47840f0c733b17169b.zip
CWS-TOOLING: integrate CWS dba34a
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/stats/Summarizer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/stats/Summarizer.java b/qadevOOo/runner/stats/Summarizer.java
index b1fe5fe61dd3..5f4a58cc31f8 100644
--- a/qadevOOo/runner/stats/Summarizer.java
+++ b/qadevOOo/runner/stats/Summarizer.java
@@ -78,7 +78,7 @@ public class Summarizer
{
if (states.elementAt(j).equals("not part of the job"))
{
- state = "Not possible since not all Interfaces/Services have been checked";
+ state = "PASSED(some interfaces/services not tested).OK";
}
else
{