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


##########
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:
   JUnit 3 base test



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