]> source.dussan.org Git - archiva.git/commitdiff
- replaced the missed hardcoded value with the value in the property file
authorMarecor M. Baclay <mbaclay@apache.org>
Fri, 19 Mar 2010 09:20:14 +0000 (09:20 +0000)
committerMarecor M. Baclay <mbaclay@apache.org>
Fri, 19 Mar 2010 09:20:14 +0000 (09:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@925151 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/ArtifactManagementTest.java

index 9a96246e5022c21f997c1f673f8246cd6acf36c6..4973064ac52b45adfdbe2cfb681789431e000f9b 100644 (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']" );