mirror of https://github.com/apache/maven.git
o Used Windows-friendly filename
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1072641 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
017cd21c94
commit
3e7f40bbce
|
@ -147,7 +147,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
|||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
||||
String settings = FileUtils.fileRead( new File( testDir, "settings.xml.template" ) );
|
||||
String settings = FileUtils.fileRead( new File( testDir, "settings-template.xml" ) );
|
||||
settings = StringUtils.replace( settings, "@port@", Integer.toString( port ) );
|
||||
String newSettings = StringUtils.replace( settings, "@protocol@", "http" );
|
||||
|
||||
|
@ -191,7 +191,7 @@ public class MavenITmng3599useHttpProxyForWebDAVTest
|
|||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
||||
String settings = FileUtils.fileRead( new File( testDir, "settings.xml.template" ) );
|
||||
String settings = FileUtils.fileRead( new File( testDir, "settings-template.xml" ) );
|
||||
settings = StringUtils.replace( settings, "@port@", Integer.toString( port ) );
|
||||
String newSettings = StringUtils.replace( settings, "@protocol@", "dav" );
|
||||
|
||||
|
|
Loading…
Reference in New Issue