ensure delete tests continue working if earlier ones have failed

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@909423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2010-02-12 14:21:45 +00:00
parent 531994a74c
commit 951639dec3
1 changed files with 1 additions and 0 deletions
archiva-modules/archiva-web/archiva-webapp-test/src/test/testng/org/apache/archiva/web/test/parent

View File

@ -41,6 +41,7 @@ public abstract class AbstractArtifactManagementTest
public void goToDeleteArtifactPage()
{
login( getProperty( "ADMIN_USERNAME" ), getProperty( "ADMIN_PASSWORD" ) );
clickLinkWithText( "Delete Artifact" );
assertDeleteArtifactPage();
}