mirror of https://github.com/apache/archiva.git
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:
parent
1e4e84e15e
commit
d9f7a94c04
|
@ -87,7 +87,7 @@ public class ArtifactManagementTest
|
||||||
public void testAddArtifactValidValues()
|
public void testAddArtifactValidValues()
|
||||||
{
|
{
|
||||||
addArtifact( getGroupId() , "testAddArtifactValidValues", getVersion(), getPackaging() , getArtifactFilePath(), getRepositoryId() );
|
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
|
//MRM-747
|
||||||
|
|
Loading…
Reference in New Issue