added selenium test for repository creation

This commit is contained in:
Sebastian Sdorra
2012-06-23 17:47:07 +02:00
parent 1a062efc3e
commit 10b6a95286
5 changed files with 96 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ public class AuthenticationITCase extends SeleniumTestBase
@Test
public void testAuthentication() throws Exception
{
authenticate("scmadmin", "scmadmin");
login("scmadmin", "scmadmin");
logout();
}
}