Skip to content

Commit

Permalink
Fix JENKINS-22195
Browse files Browse the repository at this point in the history
  • Loading branch information
gboissinot committed May 1, 2014
1 parent 531de4b commit 0cdfd16
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,6 +55,6 @@ public String[] getInputXsdNameList() {

@Override
public OutputMetric getOutputFormatType() {
return JUnitModel.OUTPUT_JUNIT_4;
return JUnitModel.OUTPUT_JUNIT_7;
}
}

0 comments on commit 0cdfd16

Please sign in to comment.