updated test case to not use the default value of dispatchAsync from previous commit

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2006-07-04 09:57:15 +00:00
parent 480433bd74
commit db39e50583
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ public class ObjectFactoryTest extends CombinationTestSupport {
public void testConnectionFactory() throws Exception {
// Create sample connection factory
ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory();
factory.setDispatchAsync(false);
factory.setDispatchAsync(true);
factory.setBrokerURL("vm://test");
factory.setClientID("test");
factory.setCopyMessageOnSend(false);