mirror of https://github.com/apache/archiva.git
- 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:
parent
8d9c3f7613
commit
286a4ee97e
|
@ -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']" );
|
||||
|
|
Loading…
Reference in New Issue