git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/MRM-1025@909394
13f79535-47bb-0310-9956-
ffa450edef68
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