Skip to content

Commit

Permalink
test: more verbose test
Browse files Browse the repository at this point in the history
  • Loading branch information
quintesse committed Jun 6, 2024
1 parent ee5776c commit dd329c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/dev/jbang/cli/TestJdk.java
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ void testJdkInstallWithLinkingToExistingJdkPathWhenJBangManagedVersionDoesNotExi
assertThat(result.normalizedErr(),
equalTo("[jbang] JDK 11 has been linked to: " + javaDir.toPath().toString() + "\n"));
assertTrue(Util.isLink(jdkPath.resolve("11")));
System.err.println("ASSERT: " + javaDir.toPath() + " - " + jdkPath.resolve("11").toRealPath());
assertEquals(javaDir.toPath(), jdkPath.resolve("11").toRealPath());
}

Expand Down

0 comments on commit dd329c3

Please sign in to comment.