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 order of arguments passed to assert in HeaderResultMatchers#string(String, String) [SPR-14004] #18576

Closed
spring-projects-issues opened this issue Mar 1, 2016 · 1 comment
Assignees
Labels
in: test Issues in the test module type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Sébastien Deleuze opened SPR-14004 and commented

We should flip value and result.getResponse().getHeader(name) here since current code produces misleading error messages (actual versus expected).


Affects: 4.3 RC1

Referenced from: commits b3abd3b

@spring-projects-issues
Copy link
Collaborator Author

Sébastien Deleuze commented

I restore the behavior changed as part of this commit (was just in master).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test Issues in the test module type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants