Skip to content

Commit

Permalink
[SUREFIRE-2232] StatelessXmlReporter: bump xsd version
Browse files Browse the repository at this point in the history
  • Loading branch information
dr29bart committed Jun 11, 2024
1 parent 36a1d92 commit fec9fc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ public void testReporterHandlesATestWithoutMessageAndWithEmptyStackTrace() {
null);

StatelessXmlReporter reporter = new StatelessXmlReporter(
reportDir, null, false, 1, new HashMap<>(), XSD, "3.0", false, false, false, false);
reportDir, null, false, 1, new HashMap<>(), XSD, "3.0.1", false, false, false, false);

reporter.testSetCompleted(testReport, stats);
}
Expand Down

0 comments on commit fec9fc8

Please sign in to comment.