gnodet commented on code in PR #176:
URL: 
https://github.com/apache/maven-integration-testing/pull/176#discussion_r906133158


##########
core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java:
##########
@@ -78,7 +79,7 @@ public static Test suite()
             IOUtil.close( info );
         }
 
-        TestSuite suite = new TestSuite();
+        ClassOrderingData suite = new ClassOrderingData();

Review Comment:
   Ok, the drawback is that tests need to be added manually, but I suppose 
people have got used to it.
   I'll try to cleanup the class without changing the logic then.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to