Kaydet (Commit) 9a0b9b45 authored tarafından Frank Schoenheit [fs]'s avatar Frank Schoenheit [fs]

dba34a: let the state message for incomplete tests end with OK - otherwise, some…

dba34a: let the state message for incomplete tests end with OK - otherwise, some weird code elsewhere interprets it is failure
üst b7cce691
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment