Skip to content

Commit

Permalink
#127 fixed missing Java.sh for tgz
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzLanger committed Nov 16, 2023
1 parent 9abd4bb commit 82e4b4d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ public void assertTestInstall(IdeContext context) {
assertThat(context.getSoftwarePath().resolve("java/InstallTest.txt")).hasContent("This is a test file.");
assertThat(context.getSoftwarePath().resolve("java/bin/HelloWorld.txt")).hasContent("Hello World!");
if(context.getSystemInfo().isWindows()){
assertThat(context.getSoftwarePath().resolve("java/JavaTest.cmd")).exists();
assertThat(context.getSoftwarePath().resolve("java/Java.cmd")).exists();
} else if (context.getSystemInfo().isLinux() || context.getSystemInfo().isMac()) {
assertThat(context.getSoftwarePath().resolve("java/JavaTest.sh")).exists();
assertThat(context.getSoftwarePath().resolve("java/Java.sh")).exists();
}
}
}
Binary file modified cli/src/test/resources/__files/java-17.0.6-linux-x64.tgz
Binary file not shown.
Binary file modified cli/src/test/resources/__files/java-17.0.6-windows-x64.zip
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76432f12aaf350a9dabb781f88c9cccc13808748
f4f91b0492f51e3c4eb9e9257ef8dd5291b42c0a55191c9e005f511757dacaa5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76432f12aaf350a9dabb781f88c9cccc13808748
f4f91b0492f51e3c4eb9e9257ef8dd5291b42c0a55191c9e005f511757dacaa5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aaa98acb091787e99214d2d806fac19079dd4aa1fba89f82c37f9a0ad76cb7d8
9fc733786a273084bf1d86c1953f0224e16sa6651992876339b2897763d9a477e

0 comments on commit 82e4b4d

Please sign in to comment.