Skip to content

Commit

Permalink
(doc) update scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Mar 30, 2017
1 parent 8595ab2 commit f6384c6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@

* should throw an error that it is not allowed

### ChocolateyUpgradeCommand [ 35 Scenario(s), 286 Observation(s) ]
### ChocolateyUpgradeCommand [ 36 Scenario(s), 295 Observation(s) ]

#### when force upgrading a package

Expand Down Expand Up @@ -1006,6 +1006,18 @@
* should not have warning package result
* should not remove the package from the lib directory

#### when upgrading an existing prerelease package with allow downgrade with excludeprelease and without prerelease specified

* should be the same version of the package
* should contain a message that no packages were upgraded
* should contain a message that you have the latest version available
* should have a successful package result
* should have inconclusive package result
* should not create a rollback
* should not have warning package result
* should not remove the package from the lib directory
* should only find the last stable version

#### when upgrading an existing prerelease package with prerelease available with excludeprelease and without prerelease specified

* should be the same version of the package
Expand Down

0 comments on commit f6384c6

Please sign in to comment.