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 for JUnit reporter when using dynamically generated sections #963

Merged
merged 2 commits into from Jul 23, 2017

Conversation

fgsalomon
Copy link
Contributor

Description

As reported in #961 dynamically generated sections are not correctly reported when using JUnit reporter. The cause of this is that only the source code line is taken into account when comparing sections in CumulativeReporterBase when it should also consider the section's name.

GitHub Issues

Closes #961

@horenmar horenmar merged commit d65091f into catchorg:master Jul 23, 2017
@horenmar
Copy link
Member

Thanks

@fgsalomon fgsalomon deleted the bugfix/dynamic_sections branch July 24, 2017 06:56
horenmar pushed a commit that referenced this pull request Aug 1, 2017
* BySectionInfo should also take into account the section name in addition to the source code line
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.

None yet

3 participants