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 classname in JUnit formatter #2283

Merged
merged 2 commits into from
Nov 14, 2017
Merged

Conversation

adamleff
Copy link
Contributor

@adamleff adamleff commented Nov 3, 2017

The JUnit formatter currently incorrectly uses class instead of classname as an attribute.

Fixes #2276

@adamleff adamleff requested a review from a team as a code owner November 3, 2017 15:33
@adamleff adamleff added the Type: Bug Feature not working as expected label Nov 3, 2017
Copy link
Contributor

@chris-rock chris-rock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @adamleff

@adamleff
Copy link
Contributor Author

adamleff commented Nov 7, 2017

The travis test is a valid failure and needs to be investigated, also holding off on merging this pending some discussion taking place in #2276

The JUnit formatter currently incorrectly uses `class` instead of
`classname` as an attribute.

Signed-off-by: Adam Leff <[email protected]>
@adamleff adamleff force-pushed the adamleff/fix-junit-formatter branch from 6326b4e to f2caa54 Compare November 14, 2017 03:32
@adamleff
Copy link
Contributor Author

Test fixed, updated with suggestion from community members to prefix classname with the profile name to keep things unique and clear.

@adamleff adamleff merged commit 6875e80 into master Nov 14, 2017
@adamleff adamleff deleted the adamleff/fix-junit-formatter branch November 14, 2017 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Feature not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants