From ccbae29b70efa06cae728cceec5e41e325b2e52f Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Wed, 29 Nov 2006 01:26:02 +0000 Subject: Tidy up git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480318 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Client.Tests/Common/BaseMessagingTestFixture.cs | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dotnet/Qpid.Client.Tests/Common/BaseMessagingTestFixture.cs b/dotnet/Qpid.Client.Tests/Common/BaseMessagingTestFixture.cs index 4e69e07f45..a5085ee199 100644 --- a/dotnet/Qpid.Client.Tests/Common/BaseMessagingTestFixture.cs +++ b/dotnet/Qpid.Client.Tests/Common/BaseMessagingTestFixture.cs @@ -40,16 +40,7 @@ namespace Qpid.Client.Tests { QpidConnectionInfo connectionInfo = new QpidConnectionInfo(); - bool local = true; - - if (local) - { - connectionInfo.AddBrokerInfo(new AmqBrokerInfo("amqp", "localhost", 5672, false)); - } - else - { - connectionInfo.AddBrokerInfo(new AmqBrokerInfo("amqp", "eqd-lxamq01.uk.jpmorgan.com", 8099, false)); - } + connectionInfo.AddBrokerInfo(new AmqBrokerInfo("amqp", "localhost", 5672, false)); _connection = new AMQConnection(connectionInfo); _channel = _connection.CreateChannel(false, AcknowledgeMode.NoAcknowledge, 1); } -- cgit v1.2.1