[jboss-cvs] JBossAS SVN: r104208 - trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 23 16:19:36 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-04-23 16:19:35 -0400 (Fri, 23 Apr 2010)
New Revision: 104208

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/DRMTestCase.java
Log:
Turn off adding missing singleton name on both factories

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/DRMTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/DRMTestCase.java	2010-04-23 20:08:34 UTC (rev 104207)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/test/DRMTestCase.java	2010-04-23 20:19:35 UTC (rev 104208)
@@ -30,23 +30,16 @@
 import javax.management.MBeanServer;
 import javax.management.MBeanServerFactory;
 
-import junit.framework.Test;
-
-import org.jboss.cache.config.Configuration;
-import org.jboss.ha.cachemanager.CacheManager;
-import org.jboss.ha.cachemanager.DependencyInjectedConfigurationRegistry;
 import org.jboss.ha.framework.interfaces.ClusterNode;
 import org.jboss.ha.framework.interfaces.DistributedReplicantManager;
 import org.jboss.ha.framework.interfaces.DistributedReplicantManager.ReplicantListener;
+import org.jboss.ha.framework.server.ClusterNodeFactory;
 import org.jboss.ha.framework.server.ClusterPartition;
 import org.jboss.ha.framework.server.DistributedReplicantManagerImpl;
-import org.jboss.ha.framework.server.DistributedStateImpl;
-import org.jboss.ha.framework.server.HAPartitionCacheHandlerImpl;
 import org.jboss.ha.framework.server.JChannelFactory;
 import org.jboss.logging.Logger;
-import org.jboss.ha.framework.server.ClusterNodeFactory;
-import org.jboss.test.cluster.testutil.TestClusterNodeFactory;
 import org.jboss.test.cluster.hapartition.drm.MockHAPartition;
+import org.jboss.test.cluster.testutil.TestClusterNodeFactory;
 import org.jgroups.Channel;
 import org.jgroups.stack.GossipRouter;
 import org.jgroups.stack.IpAddress;
@@ -566,6 +559,7 @@
          factory2.setNodeName("node2");
          factory2.setExposeChannels(false);
          factory2.setExposeProtocols(false);
+         factory2.setAddMissingSingletonName(false);
          factory2.create();
          factory2.start();
          




More information about the jboss-cvs-commits mailing list