mirror of https://github.com/apache/archiva.git
correct text for dotnet-library type and re-enable Selenium test
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
027e721634
commit
6fd8ff12c6
|
@ -98,7 +98,7 @@ public class ArtifactManagementTest
|
|||
+ "' was successfully deployed to repository 'internal'" );
|
||||
}
|
||||
|
||||
@Test( groups = "requiresUpload", enabled = false )
|
||||
@Test( groups = "requiresUpload" )
|
||||
public void testDotNetTypes()
|
||||
{
|
||||
String groupId = getProperty( "GROUPID_DOTNETARTIFACT" );
|
||||
|
@ -115,7 +115,6 @@ public class ArtifactManagementTest
|
|||
String basePath =
|
||||
"/archiva/repository/internal/" + groupId + "/" + artifactId + "/" + getVersion() + "/" + artifactId + "-"
|
||||
+ getVersion();
|
||||
// FIXME: currently broken - is dotnet-library
|
||||
assertLinkPresent( ".NET Library" );
|
||||
assertElementPresent( "//a[@href='" + basePath + ".dll']" );
|
||||
assertElementPresent( "//a[@href='" + basePath + ".pom']" );
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
<c:url var="imageUrl" value="/images/download-type-other.png"/>
|
||||
<c:set var="packageName">JavaDoc Archive</c:set>
|
||||
</c:when>
|
||||
<c:when test="${a.type == 'library'}">
|
||||
<c:when test="${a.type == 'library' || a.type == 'dotnet-library'}">
|
||||
<c:url var="imageUrl" value="/images/download-type-other.png"/>
|
||||
<c:set var="packageName">.NET Library</c:set>
|
||||
</c:when>
|
||||
|
|
Loading…
Reference in New Issue