[jboss-cvs] JBossAS SVN: r60197 - branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 2 11:13:00 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-02 11:13:00 -0500 (Fri, 02 Feb 2007)
New Revision: 60197

Modified:
   branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/modifySubject.jsp
Log:
Ensure the age changes, in case that matters

Modified: branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/modifySubject.jsp
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/modifySubject.jsp	2007-02-02 16:05:16 UTC (rev 60196)
+++ branches/Branch_4_2/testsuite/src/resources/cluster/http/http-field/modifySubject.jsp	2007-02-02 16:13:00 UTC (rev 60197)
@@ -10,5 +10,5 @@
    // to be replicated.
    ServletContext ctx = getServletConfig().getServletContext();
    Person ben = (Person)ctx.getAttribute("TEST_PERSON");
-   ben.setAge(new SecureRandom().nextInt(100));
+   ben.setAge(ben.getAge() + new SecureRandom().nextInt(10));
 %>




More information about the jboss-cvs-commits mailing list