RFR: 8253876: jdk/test/lib/hexdump/ASN1FormatterTest.java fails with "AssertionError: Lines expected [126] but found [202]" [v3]

Lance Andersen lancea at openjdk.java.net
Wed Oct 7 16:32:14 UTC 2020


On Wed, 7 Oct 2020 16:25:27 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

>> The HexPrinter test utility should be ignoring \r characters from the formatter.
>> It looks for \n and generates System.lineSeparator() at the end of each line.
>> 
>> With this fix, the ASN1FormatterTest can be removed from the ProblemList.
>
> Roger Riggs has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Use .append instead of string concatenation for error message

Marked as reviewed by lancea (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/486


More information about the core-libs-dev mailing list