This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch SUREFIRE-1617
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/SUREFIRE-1617 by this push:
new d6ff9aa IT
d6ff9aa is described below
commit d6ff9aa86429aea6cd73cbd0b6aa2c24bee2051a
Author: tibordigana <[email protected]>
AuthorDate: Fri May 10 03:33:35 2019 +0200
IT
---
.../src/test/java/org/apache/maven/surefire/its/UmlautDirIT.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/surefire-its/src/test/java/org/apache/maven/surefire/its/UmlautDirIT.java
b/surefire-its/src/test/java/org/apache/maven/surefire/its/UmlautDirIT.java
index 41aeee5..63bda0f 100644
--- a/surefire-its/src/test/java/org/apache/maven/surefire/its/UmlautDirIT.java
+++ b/surefire-its/src/test/java/org/apache/maven/surefire/its/UmlautDirIT.java
@@ -74,7 +74,7 @@ public class UmlautDirIT extends
SurefireJUnit4IntegrationTestCase
public void surefire1617WithSpacesInLocalRepo()
throws Exception
{
- //assumeTrue( IS_OS_LINUX );
+ assumeTrue( IS_OS_LINUX );
unpack( "junit-pathWithUmlaut", "_compiled" )
.maven()
@@ -154,7 +154,7 @@ public class UmlautDirIT extends
SurefireJUnit4IntegrationTestCase
throws IOException
{
String newLocalRepo =
- Paths.get( System.getProperty( "user.dir" ), "target", "local
repo for SUREFIRE-1617" ).toString();
+ Paths.get( System.getProperty( "user.dir" ), "target", "local
repo for: SUREFIRE-1617" ).toString();
String defaultLocalRepo = new MavenLauncher( getClass(),
"junit-pathWithUmlaut", null ).getLocalRepository();
copyFolder( Paths.get( defaultLocalRepo, "org", "apache", "maven",
"surefire" ),