Github user eolivelli commented on a diff in the pull request:

    https://github.com/apache/maven-surefire/pull/176#discussion_r173648023
  
    --- Diff: 
surefire-its/src/test/java/org/apache/maven/surefire/its/fixture/HelperAssertions.java
 ---
    @@ -171,4 +172,9 @@ public static void assumeJavaVersion( double 
expectedVersion )
             assumeTrue( "java.specification.version: " + thisVersion,
                     Double.valueOf( thisVersion ) >= expectedVersion );
         }
    +
    +    public static String toUTF8( String unicode )
    --- End diff --
    
    maybe the name is not explaining the purpose of the function


---

Reply via email to