Skip to content

Commit

Permalink
Merge pull request #7 from lahodaj/JDK-8224922-5
Browse files Browse the repository at this point in the history
Fixing a test on Windows.
  • Loading branch information
jddarcy committed Nov 18, 2021
2 parents a62ff19 + 2b268a2 commit cd9f6bc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -506,7 +506,7 @@ public class TestClass {
.files(".")
.run();

String testClassSource = "jar:file://" + module.toAbsolutePath().toString() + "!/test/TestClass.class";
String testClassSource = "jar:" + module.toUri().toString() + "!/test/TestClass.class";

List<String> log;

Expand Down

0 comments on commit cd9f6bc

Please sign in to comment.