summaryrefslogtreecommitdiffstats
path: root/qadevOOo
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-14 10:15:53 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-14 10:15:53 +0200
commit9a0b9b45ebb3b2d0d014f58e2afc033ec3ab4a79 (patch)
treea164876ed79f577ae2ee48879138c5a6996ee11e /qadevOOo
parentdba34a: properly close the connection, and survive (without error log) if the... (diff)
downloadcore-9a0b9b45ebb3b2d0d014f58e2afc033ec3ab4a79.tar.gz
core-9a0b9b45ebb3b2d0d014f58e2afc033ec3ab4a79.zip
dba34a: let the state message for incomplete tests end with OK - otherwise, some weird code elsewhere interprets it is failure
Diffstat (limited to 'qadevOOo')
-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
{