Skip to content

Commit

Permalink
remove specific test for java which is actually a duplicate of the pr…
Browse files Browse the repository at this point in the history
…evious grails test

because the test framework is sensitive to "java" name
  • Loading branch information
fistach committed Apr 25, 2024
1 parent f90d907 commit 86d771b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/test/resources/features/use_major_version.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ Feature: Use Version Giving Only The Major Version Number
Then I see "Using grails version 2.1.0 in this shell."
Then the candidate "grails" version "2.1.0" should be in use

Scenario: Use a java version that is installed giving only major version
Given the candidate "java" version "21.0.3-blah" is already installed and default
And the candidate "java" version "17.0.11-graal" is already installed but not default
And the system is bootstrapped
When I enter "sdk use java 17"
Then I see "Using java version 17.0.11-graal in this shell."
Then the candidate "java" version "17.0.11-graal" should be in use

Scenario: Fail to use a major version because there are multiple matching versions
Given the candidate "grails" version "1.3.0" is already installed and default
And the candidate "grails" version "2.1.0" is already installed but not default
Expand Down

0 comments on commit 86d771b

Please sign in to comment.