Author: vrockai
Date: 2008-10-01 11:20:05 -0400 (Wed, 01 Oct 2008)
New Revision: 12010
Modified:
branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java
Log:
identity admin second mode fix uncomment
Modified:
branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java
===================================================================
---
branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java 2008-10-01
14:51:31 UTC (rev 12009)
+++
branches/JBoss_Portal_Branch_2_6/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java 2008-10-01
15:20:05 UTC (rev 12010)
@@ -79,7 +79,7 @@
logoutIfPossible();
}
-/*
+
// For this mode to be functional, the user which is logged in must be
"admin" after each test
@BeforeClass(groups = { "single" })
public void loginBefore() {
@@ -90,7 +90,7 @@
public void logoutAfter() {
logout();
}
-*/
+
@Test(enabled = true, description = "Creation of new user.")
public void testCreateUser() {
createUser("tempUser", "tempPassword",
"tempUser(a)redhat.com");
Show replies by date