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:
Benjamin Bentmann 2009-01-03 20:07:06 +00:00
parent 26f9c772f8
commit b038c4c21b
1 changed files with 1 additions and 2 deletions

View File

@ -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();