Re: RFR: JDK-8308156: VerifyCACerts.java misses blank in error output

2023-05-16 Thread Matthias Baesken
On Tue, 16 May 2023 08:48:03 GMT, Matthias Baesken wrote: > In the checksum-related check, we miss blanks in the error output of the > calculated and expected checksum. Hi Rajan and Sean, thanks for the reviews ! - PR Comment: https://git.openjdk.org/jdk/pull/14003#issuecomment-15

Re: RFR: JDK-8308156: VerifyCACerts.java misses blank in error output

2023-05-16 Thread Rajan Halade
On Tue, 16 May 2023 08:48:03 GMT, Matthias Baesken wrote: > In the checksum-related check, we miss blanks in the error output of the > calculated and expected checksum. Marked as reviewed by rhalade (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/14003#pullrequestreview-

Re: RFR: JDK-8308156: VerifyCACerts.java misses blank in error output

2023-05-16 Thread Sean Mullan
On Tue, 16 May 2023 08:48:03 GMT, Matthias Baesken wrote: > In the checksum-related check, we miss blanks in the error output of the > calculated and expected checksum. Please add a `noreg-self` label to the bug as this is a fix to the test. - Marked as reviewed by mullan (Reviewe

RFR: JDK-8308156: VerifyCACerts.java misses blank in error output

2023-05-16 Thread Matthias Baesken
In the checksum-related check, we miss blanks in the error output of the calculated and expected checksum. - Commit messages: - JDK-8308156 Changes: https://git.openjdk.org/jdk/pull/14003/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14003&range=00 Issue: https://bugs.o