sparsick commented on code in PR #611:
URL:
https://github.com/apache/maven-changes-plugin/pull/611#discussion_r2465085863
##########
src/test/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojoTest.java:
##########
@@ -23,13 +23,20 @@
import org.apache.maven.plugin.testing.AbstractMojoTestCase;
import org.codehaus.plexus.util.FileUtils;
+import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Test;
/**
* @author Olivier Lamy
* @version $Id$
*/
public class AnnouncementMojoTest extends AbstractMojoTestCase {
+ @BeforeEach
+ void setup() throws Exception {
+ super.setUp();
+ }
Review Comment:
On my local run it works. AbstractMojoTestCase based tests will be migrated
in a separate PR.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]