- replaced the missed hardcoded value with the value in the property file

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@925151 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marecor M. Baclay 2010-03-19 09:20:14 +00:00
parent 8d9c3f7613
commit 286a4ee97e
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class ArtifactManagementTest
assertTextPresent( "<type>library</type>" );
String basePath =
"/archiva/repository/internal/" + groupId + "/" + artifactId + "/" + getVersion() + "/dotNetTypes-" +
"/archiva/repository/internal/" + groupId + "/" + artifactId + "/" + getVersion() + "/" + artifactId + "-" +
getVersion();
assertLinkPresent( ".NET Library" );
assertElementPresent( "//a[@href='" + basePath + ".dll']" );