Skip to content

Commit

Permalink
Merge branch 'FIx-unresolved-comments-from-pullrequests-by-sam94dion'…
Browse files Browse the repository at this point in the history
… of https://github.com/openmainframeproject/cobol-check into FIx-unresolved-comments-from-pullrequests-by-sam94dion
  • Loading branch information
Rune Christensen committed Aug 11, 2023
2 parents 6e401cf + 7f28e74 commit 7dc8bd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ else if (expectNumberFailed){
}

else if (line.trim().toUpperCase(Locale.ROOT).startsWith(passKeyword) ||
line.trim().toUpperCase(Locale.ROOT).startsWith(failPrefixKeyword + " " + failKeyword)){
line.trim().toUpperCase(Locale.ROOT).startsWith(failPrefixKeyword + " " + failKeyword)){
try{
setTestCaseValues(line);
} catch (PossibleInternalLogicErrorException e){
Expand Down

0 comments on commit 7dc8bd8

Please sign in to comment.