Skip to content
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

Merged
merged 1 commit into from
Jul 7, 2016

Conversation

ThoughtCrhyme
Copy link

@ThoughtCrhyme ThoughtCrhyme commented Jun 29, 2016

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.

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}")

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?

@ferventcoder
Copy link

Can you fix up your git commit summary to be 50 chars or less and then include a commit message body?

@ThoughtCrhyme ThoughtCrhyme force-pushed the MODULES-3275 branch 3 times, most recently from dd13223 to 2cd2ba1 Compare June 29, 2016 17:01
@ferventcoder
Copy link

Can you rebase against master on this? Your specs are failing by something fixed in latest master.

@ThoughtCrhyme ThoughtCrhyme changed the title (MODULES-3275) Chocolatey module tests for installing and removing pa… (MODULES-3275) Chocolatey module testing Jun 29, 2016
@ferventcoder
Copy link

Rebase, never merge. 👍

Tests for installing and removing packages with and without UTF-8
@ferventcoder ferventcoder merged commit 36cf9d4 into puppetlabs:master Jul 7, 2016
ThoughtCrhyme pushed a commit to ThoughtCrhyme/puppetlabs-chocolatey that referenced this pull request Mar 20, 2017
…7/update_format_for_maint

(QA-2667) Update "parse_status" to Track Maintenance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants