You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2018/06/10 11:54:13 UTC

[maven-surefire] branch master updated: renamed to JUnitPlatformProviderTest

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

tibordigana 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 64669c4  renamed to JUnitPlatformProviderTest
64669c4 is described below

commit 64669c4288747a590d8618c81f9c707aca4e8b19
Author: Tibor17 <ti...@apache.org>
AuthorDate: Sun Jun 10 13:53:53 2018 +0200

    renamed to JUnitPlatformProviderTest
---
 .../{JUnitPlatformProviderTests.java => JUnitPlatformProviderTest.java} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTests.java b/surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTest.java
similarity index 99%
rename from surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTests.java
rename to surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTest.java
index 4194daa..c162905 100644
--- a/surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTests.java
+++ b/surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTest.java
@@ -77,7 +77,7 @@ import org.mockito.InOrder;
  *
  * @since 2.22.0
  */
-public class JUnitPlatformProviderTests
+public class JUnitPlatformProviderTest
 {
 
     @Test

-- 
To stop receiving notification emails like this one, please contact
tibordigana@apache.org.