Details
-
Bug
-
Resolution: Fixed
-
Major
-
11.10
-
None
-
Unknown
-
N/A
-
N/A
-
Description
In DefaultValidationTest and RSSValidationTest:
protected boolean hasLogErrors(String output) { return output.indexOf("ERROR") >= 0 || output.indexOf("ERR") >= 0; } protected boolean hasLogWarnings(String output) { return output.indexOf("WARNING") >= 0 || output.indexOf("WARN") >= 0; }