elharo commented on code in PR #11509:
URL: https://github.com/apache/maven/pull/11509#discussion_r2596302840


##########
impl/maven-xml/src/test/java/org/apache/maven/internal/xml/XmlNodeBuilderTest.java:
##########
@@ -44,6 +46,10 @@ public int read(char[] cbuf, int off, int len) throws 
IOException {
         XmlNode node1 = XmlService.read(r);
         XmlNode node2 = XmlService.read(r);
         assertEquals(node1, node2);
+

Review Comment:
   This should be a separate test method



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