Author: mageshbk(a)jboss.com
Date: 2009-05-13 04:00:09 -0400 (Wed, 13 May 2009)
New Revision: 13352
Modified:
branches/Enterprise_Portal_Platform_4_3_GA_CP01_JBEPP-78/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java
Log:
[JBEPP-79] Disabled testManyUsers
Modified:
branches/Enterprise_Portal_Platform_4_3_GA_CP01_JBEPP-78/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java
===================================================================
---
branches/Enterprise_Portal_Platform_4_3_GA_CP01_JBEPP-78/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java 2009-05-13
07:57:39 UTC (rev 13351)
+++
branches/Enterprise_Portal_Platform_4_3_GA_CP01_JBEPP-78/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java 2009-05-13
08:00:09 UTC (rev 13352)
@@ -429,7 +429,7 @@
deleteRole(roleName);
}
- @Test(enabled = true)
+ @Test(enabled = false)
public void testManyUsers() {
for (int i = 0; i < 25; i++) {
createUser("user0" + i + "", "useruser",
"user0" + i + "" + "(a)portal.com");
Show replies by date