Repository: maven-surefire Updated Branches: refs/heads/master 962640171 -> 2b6926abd
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/2b6926ab Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/2b6926ab Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/2b6926ab Branch: refs/heads/master Commit: 2b6926abdbc7f8ea3ad86a2364e6c26bc51775fb Parents: 9626401 Author: Tibor17 <[email protected]> Authored: Sun Aug 6 17:33:39 2017 +0200 Committer: Tibor17 <[email protected]> Committed: Sun Aug 6 17:33:39 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/2b6926ab/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 12fbb49..e01d798 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 ); }
