mirror of https://github.com/apache/maven.git
o Removed debugging code
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@731078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
26f9c772f8
commit
b038c4c21b
|
@ -74,7 +74,7 @@ public class MavenITmng3953AuthenticatedDeploymentTest
|
|||
if ( "PUT".equalsIgnoreCase( request.getMethod() ) )
|
||||
{
|
||||
response.setStatus( HttpServletResponse.SC_OK );
|
||||
MavenITmng3953AuthenticatedDeploymentTest.this.deployed = true;
|
||||
deployed = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -155,7 +155,6 @@ public class MavenITmng3953AuthenticatedDeploymentTest
|
|||
verifier.getCliOptions().add( new File( testDir, "settings.xml" ).getAbsolutePath() );
|
||||
verifier.getCliOptions().add( "-DdeploymentPort=" + port );
|
||||
verifier.executeGoal( "validate" );
|
||||
verifier.displayStreamBuffers();
|
||||
verifier.verifyErrorFreeLog();
|
||||
verifier.resetStreams();
|
||||
|
||||
|
|
Loading…
Reference in New Issue