aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test/src
diff options
context:
space:
mode:
authorBrett Porter <brett@apache.org>2011-10-01 15:35:40 +0000
committerBrett Porter <brett@apache.org>2011-10-01 15:35:40 +0000
commit6fd8ff12c67b17a5742d40bf3205c56445855a82 (patch)
tree51d6f1f45d0944aa5512c861bb2886c4badd9f9f /archiva-modules/archiva-web/archiva-webapp-test/src
parent027e72163413b863b84f28ea875b9c362c349c59 (diff)
downloadarchiva-6fd8ff12c67b17a5742d40bf3205c56445855a82.tar.gz
archiva-6fd8ff12c67b17a5742d40bf3205c56445855a82.zip
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
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test/src')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/ArtifactManagementTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/ArtifactManagementTest.java b/archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/ArtifactManagementTest.java
index 038b0314d..b4156bb61 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/ArtifactManagementTest.java
+++ b/archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/ArtifactManagementTest.java
@@ -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']" );