You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/04/11 21:41:03 UTC

[GitHub] Tibor17 commented on a change in pull request #180: SUREFIRE-1454 fix for empty array

Tibor17 commented on a change in pull request #180: SUREFIRE-1454 fix for empty array
URL: https://github.com/apache/maven-surefire/pull/180#discussion_r180906907
 
 

 ##########
 File path: surefire-api/src/test/java/org/apache/maven/surefire/util/internal/StringUtilsTest.java
 ##########
 @@ -110,4 +110,12 @@ public void testEscapeWithHeader()
 
         assertArrayEquals( expectedResult, actualResult );
     }
+
+    public void testEmptyByteArray() {
 
 Review comment:
   Pls put the bracket '{' on new line as we have in other main code.
   Amend the previous commit means we should have single commit per fix/feature. Thx.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services