[jboss-cvs] JBossAS SVN: r82158 - branches/Branch_5_0/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Dec 9 15:38:47 EST 2008
Author: bstansberry at jboss.com
Date: 2008-12-09 15:38:47 -0500 (Tue, 09 Dec 2008)
New Revision: 82158
Modified:
branches/Branch_5_0/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/SessionBasedMaxUnreplicatedIntervalTestCase.java
Log:
[JBAS-6301] Fix cut-and-paste bug
Modified: branches/Branch_5_0/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/SessionBasedMaxUnreplicatedIntervalTestCase.java
===================================================================
--- branches/Branch_5_0/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/SessionBasedMaxUnreplicatedIntervalTestCase.java 2008-12-09 20:32:31 UTC (rev 82157)
+++ branches/Branch_5_0/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/SessionBasedMaxUnreplicatedIntervalTestCase.java 2008-12-09 20:38:47 UTC (rev 82158)
@@ -133,7 +133,7 @@
{
log.info("++++ Starting testZeroMaxIntervalPreventsExpiration ++++");
- maxIntervalPreventsExpirationTest(false);
+ maxIntervalPreventsExpirationTest(true);
}
private void maxIntervalPreventsExpirationTest(boolean testZero) throws Exception
More information about the jboss-cvs-commits
mailing list