Skip to content

Commit

Permalink
#65669: adapt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Raab committed Sep 7, 2021
1 parent fbd1920 commit 9c3308e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class PluginIntegrationSpec extends AbstractIntegrationGroovySpec {

then:
result2.task(":showVersion").outcome == TaskOutcome.SUCCESS
result2.output.contains("12345.69936887323795922627-SNAPSHOT")
result2.output.contains("12345.6993688732-SNAPSHOT")

where:
gradleVersion << supportedGradleVersions
Expand Down Expand Up @@ -253,7 +253,7 @@ class PluginIntegrationSpec extends AbstractIntegrationGroovySpec {

then:
result2.task(":showVersion").outcome == TaskOutcome.SUCCESS
result2.output.contains("12345.92932376243859331116-SNAPSHOT")
result2.output.contains("12345.9293237624-SNAPSHOT")

when:
creator.setBranch("hotfix/team1/12345_message_ddfdffearer-ereterwrwear-ewewrwerwe-ewwerwerwer")
Expand All @@ -265,7 +265,7 @@ class PluginIntegrationSpec extends AbstractIntegrationGroovySpec {

then:
result3.task(":showVersion").outcome == TaskOutcome.SUCCESS
result3.output.contains("12345.68898448141089054850-SNAPSHOT")
result3.output.contains("12345.6889844814-SNAPSHOT")

where:
gradleVersion << supportedGradleVersions
Expand Down

0 comments on commit 9c3308e

Please sign in to comment.