sparsick commented on code in PR #611:
URL: 
https://github.com/apache/maven-changes-plugin/pull/611#discussion_r2465099043


##########
src/test/java/org/apache/maven/plugins/changes/jira/JiraUnicodeTestCase.java:
##########
@@ -47,6 +51,12 @@ public class JiraUnicodeTestCase extends 
AbstractMojoTestCase {
      */
     private static final String TEST_TURTLES = 
"海龟一路下跌。";
 
+    @BeforeEach
+    public void setUp() throws Exception {
+        super.setUp();
+    }
+
+    @Test

Review Comment:
   Yes, it is based on AbstractMojoTestCase that will be migrated in a separate 
PR. If it helps to be more transparent. I can leave the test in the original 
version.



-- 
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]

Reply via email to