[jboss-cvs] JBossAS SVN: r107982 - branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 3 11:07:08 EDT 2010
Author: pferraro
Date: 2010-09-03 11:07:08 -0400 (Fri, 03 Sep 2010)
New Revision: 107982
Modified:
branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/ClusteredSessionNotificationPolicyTestCase.java
Log:
Fixed manager index.
Modified: branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/ClusteredSessionNotificationPolicyTestCase.java
===================================================================
--- branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/ClusteredSessionNotificationPolicyTestCase.java 2010-09-03 14:45:00 UTC (rev 107981)
+++ branches/infinispan-int/testsuite/src/main/org/jboss/test/cluster/defaultcfg/simpleweb/test/ClusteredSessionNotificationPolicyTestCase.java 2010-09-03 15:07:08 UTC (rev 107982)
@@ -570,7 +570,7 @@
}
- managers[0].stop();
+ managers[1].stop();
if (!notify)
{
More information about the jboss-cvs-commits
mailing list