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

Roger Riggs rriggs at openjdk.java.net
Wed Oct 7 18:39:11 UTC 2020


On Fri, 2 Oct 2020 17:36:59 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.

This pull request has now been integrated.

Changeset: 38159d52
Author:    Roger Riggs <rriggs at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/38159d52
Stats:     18 lines in 4 files changed: 7 ins; 3 del; 8 mod

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

Reviewed-by: shade, lancea

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

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


More information about the core-libs-dev mailing list