Skip to content

Commit

Permalink
fixed connection factory test
Browse files Browse the repository at this point in the history
  • Loading branch information
andytaylor committed Dec 6, 2010
1 parent c996f95 commit 6283c43
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -156,7 +156,7 @@ public void testDefaultConstructorAndSetConnectorPairs() throws Exception

public void testDiscoveryConstructor() throws Exception
{
DiscoveryGroupConfiguration groupConfiguration = new DiscoveryGroupConfiguration("test", "foo", "192.168.5.4", 3456, 5000, 1000);
DiscoveryGroupConfiguration groupConfiguration = new DiscoveryGroupConfiguration(groupAddress, groupPort);
HornetQConnectionFactory cf = (HornetQConnectionFactory) HornetQJMSClient.createConnectionFactoryWithoutHA(groupConfiguration, JMSFactoryType.CF);
assertFactoryParams(cf,
null,
Expand Down

0 comments on commit 6283c43

Please sign in to comment.