fix validation tests

This commit is contained in:
Grahame Grieve 2023-06-21 09:23:28 +10:00
parent 59320a56fc
commit 661a0a6919
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ public class ValidationTests implements IEvaluationContext, IValidatorResourceFe
logOutput("");
logOutput("========================================================");
logOutput("");
if (BUILD_NEW && actual.getIssue().size() > 0) {
if (BUILD_NEW) {
if (java.has("output")) {
java.remove("output");
}