o Tweaked IT to better match real life

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@989832 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-08-26 17:22:21 +00:00
parent de93e51e31
commit c9a33756ce
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class MavenITmng4781DeploymentToNexusStagingRepoTest
if ( "PUT".equalsIgnoreCase( request.getMethod() ) )
{
response.setStatus( HttpServletResponse.SC_OK );
response.setStatus( HttpServletResponse.SC_CREATED );
deployedUris.add( request.getRequestURI() );
putSeen = true;
}