Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/stable10.feature')
-rw-r--r--tests/features/stable10.feature17
1 files changed, 10 insertions, 7 deletions
diff --git a/tests/features/stable10.feature b/tests/features/stable10.feature
index ad6ccb2..bcc5367 100644
--- a/tests/features/stable10.feature
+++ b/tests/features/stable10.feature
@@ -11,7 +11,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.0 to 11.0beta
Given the current installed version is 10.0.0
- And there is an update to prerelease version of 11.0.0beta available
+ And there is an update to prerelease version "11.0.0beta" available
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 11.0.0
@@ -20,7 +20,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.1 to 11.0beta
Given the current installed version is 10.0.1
- And there is an update to prerelease version of 11.0.0beta available
+ And there is an update to prerelease version "11.0.0beta" available
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 11.0.0
@@ -29,6 +29,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.0 to stable10 daily
Given the current installed version is 10.0.0
+ And the current channel is "daily"
And there is an update to daily version of stable10 available
When the CLI updater is run successfully
And the output should contain "Update successful"
@@ -38,6 +39,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.1 to stable10 daily
Given the current installed version is 10.0.1
+ And the current channel is "daily"
And there is an update to daily version of stable10 available
When the CLI updater is run successfully
And the output should contain "Update successful"
@@ -47,6 +49,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - stable10 to stable10 daily
Given the current installed version is stable10
+ And the current channel is "daily"
And there is an update to daily version of stable10 available
And the version number is decreased in the config.php to enforce upgrade
When the CLI updater is run successfully
@@ -57,7 +60,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - stable10 to 11.0.0 beta 2
Given the current installed version is stable10
- And there is an update to prerelease version of 11.0.0beta2 available
+ And there is an update to prerelease version "11.0.0beta2" available
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 11.0.0.5
@@ -66,7 +69,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.0 to 11.0.0 beta 2
Given the current installed version is 10.0.0
- And there is an update to prerelease version of 11.0.0beta2 available
+ And there is an update to prerelease version "11.0.0beta2" available
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 11.0.0.5
@@ -75,7 +78,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.1 to 11.0.0 beta 2
Given the current installed version is 10.0.1
- And there is an update to prerelease version of 11.0.0beta2 available
+ And there is an update to prerelease version "11.0.0beta2" available
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 11.0.0.5
@@ -84,7 +87,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.0 to 10.0.2RC1
Given the current installed version is 10.0.0
- And there is an update to prerelease version of 10.0.2RC1 available
+ And there is an update to prerelease version "10.0.2RC1" available
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 10.0.2
@@ -93,7 +96,7 @@ Feature: CLI updater - stable10 base
Scenario: Update is available - 10.0.1 to 10.0.2RC1
Given the current installed version is 10.0.1
- And there is an update to prerelease version of 10.0.2RC1 available
+ And there is an update to prerelease version "10.0.2RC1" available
When the CLI updater is run successfully
And the output should contain "Update successful"
Then the installed version should be 10.0.2