Skip to content

Commit

Permalink
Merge pull request #360 from keizer619/1.4.43
Browse files Browse the repository at this point in the history
Sync 1.4.3 changes
  • Loading branch information
keizer619 authored Aug 22, 2024
2 parents 544403c + f459f57 commit 6444e21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jreVersion=11.0.18+10
# For test purpose
swan-lake-version=2201.2.0
swan-lake-spec-version=2022R3
swan-lake-latest-version=2201.8.5
swan-lake-latest-spec-version=2023R1
swan-lake-latest-version=2201.9.3
swan-lake-latest-spec-version=2024R1
swan-lake-latest-dependency-version=jdk-17.0.7+7-jre
1-x-channel-version=1.2.0
1-x-channel-dependency-version=jdk8u202-b08-jre
1-x-channel-spec-version=2020R1
1-x-channel-latest-version=1.2.49
1-x-channel-latest-version=1.2.54
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void listCommandTest() {
Assert.assertTrue(outContent.toString().contains("Distributions available locally"));
Assert.assertTrue(outContent.toString().contains("Distributions available remotely"));
Assert.assertTrue(outContent.toString().contains("1.* channel"));
Assert.assertTrue(outContent.toString().contains("1.2.40"));
Assert.assertTrue(outContent.toString().contains("1.2.54"));
Assert.assertTrue(outContent.toString().contains("Swan Lake channel"));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public void testListCommand() throws IOException, InterruptedException {
Assert.assertTrue(output.contains("* " + swanLakeLatestVersion));
Assert.assertTrue(output.contains("Distributions available remotely"));
Assert.assertTrue(output.contains("1.* channel"));
Assert.assertTrue(output.contains("1.2.48"));
Assert.assertTrue(output.contains("1.2.54"));
Assert.assertTrue(output.contains("Swan Lake channel"));
// Assert.assertTrue(output.contains("slp5")); Should be added after the release
// Assert.assertTrue(output.contains("[slalpha1] Alpha 1"));
Expand Down

0 comments on commit 6444e21

Please sign in to comment.