You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/12/19 09:36:15 UTC

[GitHub] [maven-surefire] andpab commented on a diff in pull request #585: [SUREFIRE-2136] Rename test dir that contains colon

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


##########
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:
   Done.



-- 
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-unsubscribe@maven.apache.org

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