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

Correct failing test AnalysisControllerTest.generateCsv_CC_COURT_CHART #983

Closed
lukdumi opened this issue Feb 11, 2021 · 0 comments
Closed
Assignees
Labels

Comments

@lukdumi
Copy link
Contributor

lukdumi commented Feb 11, 2021

java.lang.AssertionError: Response content expected:<Sąd;Liczba orzeczeń (phrase1);Liczba orzeczeń (phrase2)
Sąd Apelacyjny w Warszawie;8;8
Sąd Apelacyjny we Wrocławiu;2;1
> but was:<Sąd;Liczba orzeczeń (phrase1);Liczba orzeczeń (phrase2)
Sąd Apelacyjny w Warszawie;0;0
Sąd Apelacyjny we Wrocławiu;0;0
>
	at org.springframework.test.util.AssertionErrors.fail(AssertionErrors.java:60)
	at org.springframework.test.util.AssertionErrors.assertEquals(AssertionErrors.java:89)
	at org.springframework.test.web.servlet.result.ContentResultMatchers$5.match(ContentResultMatchers.java:144)
	at org.springframework.test.web.servlet.MockMvc$1.andExpect(MockMvc.java:149)
	at pl.edu.icm.saos.webapp.analysis.AnalysisControllerTest.generateCsv_CC_COURT_CHART(AnalysisControllerTest.java:893)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
@lukdumi lukdumi added the a: bug label Feb 11, 2021
@lukdumi lukdumi self-assigned this Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant