fix adjusted value

git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2010-02-12 13:13:03 +00:00
parent 1e4e84e15e
commit d9f7a94c04
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class ArtifactManagementTest
public void testAddArtifactValidValues()
{
addArtifact( getGroupId() , "testAddArtifactValidValues", getVersion(), getPackaging() , getArtifactFilePath(), getRepositoryId() );
assertTextPresent( "Artifact 'test:test:1.0' was successfully deployed to repository 'internal'" );
assertTextPresent( "Artifact 'test:testAddArtifactValidValues:1.0' was successfully deployed to repository 'internal'" );
}
//MRM-747