[jboss-cvs] JBossAS SVN: r61171 - branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Mar 6 21:04:17 EST 2007


Author: bstansberry at jboss.com
Date: 2007-03-06 21:04:17 -0500 (Tue, 06 Mar 2007)
New Revision: 61171

Modified:
   branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/test/HASingletonElectionPolicyTestCase.java
Log:
[JBAS-4179] Update interfaces for HASingletonEvictionPolicy

Modified: branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/test/HASingletonElectionPolicyTestCase.java
===================================================================
--- branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/test/HASingletonElectionPolicyTestCase.java	2007-03-07 01:35:09 UTC (rev 61170)
+++ branches/Branch_4_2/testsuite/src/main/org/jboss/test/cluster/test/HASingletonElectionPolicyTestCase.java	2007-03-07 02:04:17 UTC (rev 61171)
@@ -47,8 +47,7 @@
    public static Test suite() throws Exception
    {
       // Refer to jboss-service.xml under resources/ha/electionpolicy
-      Test t1 = JBossClusteredTestCase.getDeploySetup(HASingletonElectionPolicyTestCase.class, "ha-electionpolicy.sar");
-      return t1;
+      return getDeploySetup(HASingletonElectionPolicyTestCase.class, "ha-electionpolicy-service.xml");
    }
    
    public void testElectionPolicy() throws Exception




More information about the jboss-cvs-commits mailing list