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

Fix forgotten import for XMLUnit2 upgrade #1370

Closed

Conversation

AntoineJT
Copy link
Contributor

@AntoineJT AntoineJT commented Aug 15, 2023

When the XMLUnit2 upgrade was done (commit: c39d3d1) this import was forgotten.

It causes the bug reported with XMLUnit1 (issue: #1193) to still be present in some cases when using ResultMatchers#soapEnvelope(Source) (and thus with ResultMatchers#soapEnvelope(Resource) too).
For more infos: #1193 (comment)

When the XMLUnit2 upgrade was done (commit: c39d3d1) this import was
forgotten.

It causes the bug reported with XMLUnit1 (issue: spring-projects#1193) to still be
present when using `ResultMatchers#soapEnvelope(Source)`.
For more infos: spring-projects#1193 (comment)

Here comes the fix for it.
@pivotal-cla
Copy link

@AntoineJT Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@AntoineJT Thank you for signing the Contributor License Agreement!

@snussbaumer
Copy link

Having the same issue, I'm looking forward to this fix !

gregturn pushed a commit that referenced this pull request Sep 5, 2023
When the XMLUnit2 upgrade was done (commit: c39d3d1) this import was forgotten.

It causes the bug reported with XMLUnit1 (issue: #1193) to still be present when using `ResultMatchers#soapEnvelope(Source)`.

For more infos: #1193 (comment)

See #1370.
Related: #1193.
@gregturn gregturn self-assigned this Sep 5, 2023
@gregturn gregturn added this to the 4.0.6 milestone Sep 5, 2023
@gregturn gregturn closed this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants