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

junitxml: Fix double system-out tags per testcase #2271

Merged
merged 1 commit into from
Feb 22, 2017

Commits on Feb 22, 2017

  1. junitxml: Fix double system-out tags per testcase

    In the xml report we now have two occurences for the system-out tag if
    the testcase writes to stdout both on call and teardown and fails in
    teardown.
    This behaviour is against the xsd.
    This patch makes sure that the system-out section exists only
    once per testcase.
    KKoukiou committed Feb 22, 2017
    2 Configuration menu
    Copy the full SHA
    d3a6be4 View commit details
    Browse the repository at this point in the history