slawekjaranowski commented on code in PR #585:
URL: https://github.com/apache/maven-surefire/pull/585#discussion_r1051938452


##########
surefire-its/src/test/java/org/apache/maven/surefire/its/UmlautDirIT.java:
##########
@@ -112,19 +114,29 @@ public void surefire1617WithColonInLocalRepo()
                 .executeTest()
                 .verifyErrorFreeLog()
                 .assertTestSuiteResults( 1, 0, 0, 0 );
+
+        String unproblematicDirName = 
"surefire-1617-colon-in-local-repo_renamed-after-test";
+        Path localRepoDirWithUnproblematicName = 
localRepoDirWithColonInName.resolveSibling( unproblematicDirName );
+        Files.move( localRepoDirWithColonInName, 
localRepoDirWithUnproblematicName );

Review Comment:
   We should put it in a final section to allow works also when test fails



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to