Author: hboutemy
Date: Sat Oct  8 19:41:03 2016
New Revision: 1763932

URL: http://svn.apache.org/viewvc?rev=1763932&view=rev
Log:
added space and & to tested special characters

Modified:
    
maven/plugins/trunk/maven-invoker-plugin/src/it/special-characters-should-work/setup.groovy

Modified: 
maven/plugins/trunk/maven-invoker-plugin/src/it/special-characters-should-work/setup.groovy
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/it/special-characters-should-work/setup.groovy?rev=1763932&r1=1763931&r2=1763932&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-invoker-plugin/src/it/special-characters-should-work/setup.groovy
 (original)
+++ 
maven/plugins/trunk/maven-invoker-plugin/src/it/special-characters-should-work/setup.groovy
 Sat Oct  8 19:41:03 2016
@@ -23,7 +23,7 @@ import java.util.regex.*
 
 File srcIt = new File (basedir, "src/it");
 File originalFolder = new File (srcIt, "minvoker-test");
-File destinationFolder = new File(srcIt, 
"test-\u00c9\u00e9\u00ea-more-\u00c9\u00e9\u00ea-test");
+File destinationFolder = new File(srcIt, "test-\u00c9\u00e9\u00ea- & 
-\u00c9\u00e9\u00ea-test");
 // rename old one into new one with special characters.
 if (!originalFolder.renameTo(destinationFolder)) {
   throw new IOException("Rename didn't work.")


Reply via email to