diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-12-04 16:35:07 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-12-04 16:35:07 +0000 |
| commit | 9bbc2fb73926209434894bdb6b8f74a02e1d5fd7 (patch) | |
| tree | 68c1b51d963aa8b4cd92dade264fee12aa367971 /dotnet/Qpid.Client.Tests/failover | |
| parent | bfe3152312b1a6cd89fadd3f1c23e8bd37e1226d (diff) | |
| download | qpid-python-9bbc2fb73926209434894bdb6b8f74a02e1d5fd7.tar.gz | |
QPID-153 Initial port of URL parsing from Java client. Due to .NET Uri parser must support "host" name. Use "default" when you don't want to really supply one.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@482237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client.Tests/failover')
| -rw-r--r-- | dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs b/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs index 4e95c12290..4538fca148 100644 --- a/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs +++ b/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs @@ -103,7 +103,7 @@ namespace Qpid.Client.Tests.failover _connection.ConnectionListener = this; _log.Info("connection = " + _connection); _log.Info("connectionInfo = " + connectionInfo); - _log.Info("connection.asUrl = " + _connection.toURL()); + _log.Info("connection.AsUrl = " + _connection.toURL()); _log.Info("AcknowledgeMode is " + _acknowledgeMode); IChannel receivingChannel = _connection.CreateChannel(false, _acknowledgeMode); |
