Skip to content

TEST: Support REXML 3.3.2 output change#1837

Open
mtasaka wants to merge 1 commit into
vagrant-libvirt:mainfrom
mtasaka:rexml-332-support
Open

TEST: Support REXML 3.3.2 output change#1837
mtasaka wants to merge 1 commit into
vagrant-libvirt:mainfrom
mtasaka:rexml-332-support

Conversation

@mtasaka

@mtasaka mtasaka commented Dec 29, 2024

Copy link
Copy Markdown
Contributor

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

mtasaka commented Dec 29, 2024

Copy link
Copy Markdown
Contributor Author

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