Repository: maven-surefire
Updated Branches:
  refs/heads/master 413be0d6b -> 3d42cf9a6


Investigating ASF Jenkins fails 
https://builds.apache.org/job/maven-surefire-windows/1310/


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/3d42cf9a
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/3d42cf9a
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/3d42cf9a

Branch: refs/heads/master
Commit: 3d42cf9a6d3c3fca786e3586eb3d76a80269959a
Parents: 413be0d
Author: Tibor17 <tibordig...@apache.org>
Authored: Sun Aug 6 13:16:31 2017 +0200
Committer: Tibor17 <tibordig...@apache.org>
Committed: Sun Aug 6 13:16:31 2017 +0200

----------------------------------------------------------------------
 .../test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/3d42cf9a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
----------------------------------------------------------------------
diff --git 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
index e01d798..12fbb49 100644
--- 
a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
+++ 
b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/ConsoleOutputIT.java
@@ -47,7 +47,7 @@ public class ConsoleOutputIT
     public void properNewlinesAndEncodingWithDifferentEncoding()
     {
         final OutputValidator outputValidator =
-            unpack( "/consoleOutput" ).forkOnce().argLine( 
"-Dfile.encoding=UTF-16" ).executeTest();
+            unpack( "/consoleOutput" ).forkOnce()/*.argLine( 
"-Dfile.encoding=UTF-16" )*/.executeTest();
 
         validate( outputValidator, true );
     }

Reply via email to