You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/05/09 16:24:09 UTC

[maven-surefire] branch SUREFIRE-1617 updated: experiment

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 b131b59  experiment
b131b59 is described below

commit b131b592cb01a8cd5257b5807610b4430291425a
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu May 9 18:23:57 2019 +0200

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

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 2d71d3e..39779f0 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
@@ -113,7 +113,7 @@ public class UmlautDirIT extends SurefireJUnit4IntegrationTestCase
     private SurefireLauncher unpackWithNewLocalRepo() 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" ),