-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(MODULES-3275) Chocolatey module testing #26
Conversation
step "Uninstall #{package_name} package via manifest" | ||
apply_manifest(chocolatey_package_manifest, :catch_failures => true) do |result| | ||
#validate | ||
assert_match(/Stage\[main\]\/Main\/Package\[#{package_name}\]\/ensure\: removed/, result.stdout, "stdout did not report package removal of #{package_name}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is a known failure, shouldn't this be set to the known failure for now?
Can you fix up your git commit summary to be 50 chars or less and then include a commit message body? |
dd13223
to
2cd2ba1
Compare
Can you rebase against master on this? Your specs are failing by something fixed in latest master. |
Rebase, never merge. 👍 |
53d303b
to
42df9af
Compare
42df9af
to
ffc906d
Compare
Tests for installing and removing packages with and without UTF-8
…7/update_format_for_maint (QA-2667) Update "parse_status" to Track Maintenance
Tests for installing and removing packages with and without UTF-8 characters.
Currently failing to apply the manifest correctly for package with UTF-8 characters, see install_and_remove_good_package_utf-8.rb line 60.