Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TEST: Support REXML 3.3.2 output change #1837

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mtasaka
Copy link
Contributor

@mtasaka mtasaka commented Dec 29, 2024

With ruby/rexml#167
REXML::Document.write may chomp output string compared to before. This change affects VagrantPlugins::ProviderLibvirt::Action::StartDomain#call internal behavior.

Modify rspec testsuite to support this REXML behavior change.

Closes #1836 .

With ruby/rexml#167
REXML::Document.write may chomp output string compared to before.
This change affects VagrantPlugins::ProviderLibvirt::Action::StartDomain#call
internal behavior.

Modify rspec testsuite to support this REXML behavior change.

Closes vagrant-libvirt#1836 .
@mtasaka
Copy link
Contributor Author

mtasaka commented Dec 29, 2024

CI failure is related to resolving nokogiri depdency and not related to this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VagrantPlugins::ProviderLibvirt::Action::StartDomain#call testsuite fails with REXML 3.3.2
1 participant