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-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new cc824ba  Fix ugly labels caused by 
96416e787d73a50eb27d4f5cf5ccb41b49458026
cc824ba is described below

commit cc824ba8b42a10682e6683b0a36444e5a2be1bcc
Author: Michael Osipov <[email protected]>
AuthorDate: Wed Jun 10 10:45:16 2020 +0200

    Fix ugly labels caused by 96416e787d73a50eb27d4f5cf5ccb41b49458026
    
    When the test method name is solely 'test()' the output is:
    <issue> <className>.()
    
    Consistently modified a few tests to use the generic name 'testit()'.
---
 .../maven/it/MavenITmng5389LifecycleParticipantAfterSessionEnd.java     | 2 +-
 .../src/test/java/org/apache/maven/it/MavenITmng5669ReadPomsOnce.java   | 2 +-
 .../test/java/org/apache/maven/it/MavenITmng5768CliExecutionIdTest.java | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5389LifecycleParticipantAfterSessionEnd.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5389LifecycleParticipantAfterSessionEnd.java
index ac32fd2..e0a5ea4 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5389LifecycleParticipantAfterSessionEnd.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5389LifecycleParticipantAfterSessionEnd.java
@@ -31,7 +31,7 @@ public class MavenITmng5389LifecycleParticipantAfterSessionEnd
         super( "[3.2.1,)" );
     }
 
-    public void test()
+    public void testit()
         throws Exception
     {
         File testDir =
diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5669ReadPomsOnce.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5669ReadPomsOnce.java
index 26944d2..c2835f9 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5669ReadPomsOnce.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5669ReadPomsOnce.java
@@ -45,7 +45,7 @@ public class MavenITmng5669ReadPomsOnce
         super( "[3.7.0,)" );
     }
 
-    public void test()
+    public void testit()
         throws Exception
     {
         // prepare JavaAgent
diff --git 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5768CliExecutionIdTest.java
 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5768CliExecutionIdTest.java
index 4fb29e8..b64d1fd 100644
--- 
a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5768CliExecutionIdTest.java
+++ 
b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5768CliExecutionIdTest.java
@@ -32,7 +32,7 @@ public class MavenITmng5768CliExecutionIdTest
         super( "(3.2.5,)" );
     }
 
-    public void test()
+    public void testit()
         throws Exception
     {
         File testDir = ResourceExtractor.simpleExtractResources( getClass(), 
"/mng-5768-cli-execution-id" );

Reply via email to