Author: vrockai
Date: 2009-02-25 09:34:40 -0500 (Wed, 25 Feb 2009)
New Revision: 12893
Modified:
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java
Log:
generating of users in search test
Modified:
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java
===================================================================
---
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java 2009-02-25
13:23:24 UTC (rev 12892)
+++
branches/JBoss_Portal_Branch_2_7/testsuite/ui-tests/src/org/jboss/portal/test/selenium/IdentityAdminTestCase.java 2009-02-25
14:34:40 UTC (rev 12893)
@@ -434,11 +434,11 @@
@Test(enabled = true, description = "Altering the number of rows in user
search")
public void testSearchUserCount() {
-/*
+
for (int i = 0; i < 95; i++) {
createUser("man" + i + "us", "man" + i +
"pas", "man" + i + "us" + "(a)redhatqa.com");
}
-*/
+
searchSimple("man", "10");
Assert.assertEquals(countTableRows(TBL_USERLIST) - 1, 10, "Wrong number of row in
user table #1.");
Show replies by date