Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
8280947: Adapt test/jdk/javax/xml/crypto/dsig/LogParameters.java for 13u
Reviewed-by: bae
  • Loading branch information
Yuri Nesterenko committed Jan 31, 2022
1 parent 43ebdb3 commit 7d6e6ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/jdk/javax/xml/crypto/dsig/LogParameters.java
Expand Up @@ -21,7 +21,6 @@
* questions.
*/

import jdk.test.lib.hexdump.HexPrinter;

import java.io.ByteArrayOutputStream;
import java.util.logging.*;
Expand Down Expand Up @@ -51,7 +50,6 @@ public static void main(String[] args) {
String s = new String(data);
if (!s.contains("LogParameters main")
|| !s.contains("FINE: I have 10 apples.")) {
HexPrinter.simple().format(data);
throw new RuntimeException("Unexpected log output: " + s);
}
}
Expand Down

1 comment on commit 7d6e6ba

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.