]> source.dussan.org Git - archiva.git/commitdiff
ensure we are logged before creating new user
authorOlivier Lamy <olamy@apache.org>
Tue, 16 Apr 2013 13:45:21 +0000 (13:45 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 16 Apr 2013 13:45:21 +0000 (13:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1468414 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp-test/src/test/java/org/apache/archiva/web/test/parent/AbstractArchivaTest.java

index 57fd5fd3e40d06fb40445c6db2acb56bce294876..c4c343d6aafb01bd48484eef8062a85018445db8 100644 (file)
@@ -96,7 +96,7 @@ public abstract class AbstractArchivaTest
     private void createUser( String userName, String fullName, String emailAd, String password, String confirmPassword,
                              boolean valid )
     {
-
+        login( getAdminUsername(), getAdminPassword() );
         clickLinkWithLocator( "menu-users-list-a", true );
         clickLinkWithLocator( "users-view-tabs-li-user-edit-a", true );