This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch SUREFIRE-1360 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit ee4ed16ad602230300ed776075a79b3800e403c0 Author: Michael Osipov <[email protected]> AuthorDate: Fri Jul 5 22:25:10 2024 +0200 Fix typos --- .../apache/maven/surefire/its/jiras/Surefire1934OutErrElementsIT.java | 2 +- .../src/test/resources/surefire-1934-enable-out-err-elements/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1934OutErrElementsIT.java b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1934OutErrElementsIT.java index 8f46ce779..495e0d196 100644 --- a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1934OutErrElementsIT.java +++ b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1934OutErrElementsIT.java @@ -24,7 +24,7 @@ import org.apache.maven.surefire.its.fixture.TestFile; import org.junit.Test; /** - * Test for SUREFURE-1934. Enabling and disabling system-out and system-err elements in plugin configuration. + * Test for SUREFIRE-1934. Enabling and disabling system-out and system-err elements in plugin configuration. * * @author NissMoony */ diff --git a/surefire-its/src/test/resources/surefire-1934-enable-out-err-elements/pom.xml b/surefire-its/src/test/resources/surefire-1934-enable-out-err-elements/pom.xml index 7b0723b68..a3ed9d4fd 100644 --- a/surefire-its/src/test/resources/surefire-1934-enable-out-err-elements/pom.xml +++ b/surefire-its/src/test/resources/surefire-1934-enable-out-err-elements/pom.xml @@ -30,7 +30,7 @@ </parent> <groupId>org.apache.maven.plugins.surefire</groupId> - <artifactId>surefire-1934-disable-out-err-elements</artifactId> + <artifactId>surefire-1934-enable-out-err-elements</artifactId> <version>1.0</version> <url>http://maven.apache.org</url>
