This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 62717f342 Fix schema validation
62717f342 is described below

commit 62717f342478bf26957a781aa8e6eefcff939dcd
Author: Michael Osipov <[email protected]>
AuthorDate: Tue May 30 11:09:31 2023 +0200

    Fix schema validation
---
 .../maven/plugins/surefire/report/SurefireSchemaValidationTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/SurefireSchemaValidationTest.java
 
b/maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/SurefireSchemaValidationTest.java
index 0c12d9a86..076cb16a3 100644
--- 
a/maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/SurefireSchemaValidationTest.java
+++ 
b/maven-surefire-report-plugin/src/test/java/org/apache/maven/plugins/surefire/report/SurefireSchemaValidationTest.java
@@ -101,7 +101,7 @@ public class SurefireSchemaValidationTest extends TestCase {
                 "site",
                 "resources",
                 "xsd",
-                "surefire-test-report-3.0.xsd");
+                "surefire-test-report.xsd");
         return xsd.toFile().getCanonicalFile();
     }
 }

Reply via email to