From df17c61ef77702107b8c852b95e0730393f36707 Mon Sep 17 00:00:00 2001 From: Tomas Restrepo Date: Sat, 19 May 2007 18:55:33 +0000 Subject: * Excluded failover tests from nant builds and SSL tests on mono git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@539788 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Client.Tests/connection/SslConnectionTest.cs | 2 +- dotnet/Qpid.Client.Tests/default.build | 10 +++++++++- dotnet/Qpid.Client.Tests/failover/FailoverTest.cs | 2 +- dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs | 2 +- dotnet/Qpid.Messaging/IMessageConsumer.cs | 3 ++- dotnet/default.build | 14 ++++++++++++-- 6 files changed, 26 insertions(+), 7 deletions(-) (limited to 'dotnet') diff --git a/dotnet/Qpid.Client.Tests/connection/SslConnectionTest.cs b/dotnet/Qpid.Client.Tests/connection/SslConnectionTest.cs index 8039f12558..8994279da1 100644 --- a/dotnet/Qpid.Client.Tests/connection/SslConnectionTest.cs +++ b/dotnet/Qpid.Client.Tests/connection/SslConnectionTest.cs @@ -31,7 +31,7 @@ namespace Qpid.Client.Tests.Connection /// /// Test SSL/TLS connections to the broker /// - [TestFixture] + [TestFixture, Category("SSL")] public class SslConnectionTest { /// diff --git a/dotnet/Qpid.Client.Tests/default.build b/dotnet/Qpid.Client.Tests/default.build index 348f3cfe53..88d06284d7 100644 --- a/dotnet/Qpid.Client.Tests/default.build +++ b/dotnet/Qpid.Client.Tests/default.build @@ -31,7 +31,15 @@ - + + + + + + + + + diff --git a/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs b/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs index 24b16e37ec..7d7426a6a5 100644 --- a/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs +++ b/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs @@ -27,7 +27,7 @@ using Qpid.Messaging; namespace Qpid.Client.Tests.failover { - [TestFixture] + [TestFixture, Category("Failover")] public class FailoverTest : IConnectionListener { private static readonly ILog _logger = LogManager.GetLogger(typeof(FailoverTest)); diff --git a/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs b/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs index ccb95b0c7d..9063149bad 100644 --- a/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs +++ b/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs @@ -28,7 +28,7 @@ using Qpid.Messaging; namespace Qpid.Client.Tests.failover { - [TestFixture] + [TestFixture, Category("Failover")] public class FailoverTxTest : IConnectionListener { private static readonly ILog _log = LogManager.GetLogger(typeof(FailoverTxTest)); diff --git a/dotnet/Qpid.Messaging/IMessageConsumer.cs b/dotnet/Qpid.Messaging/IMessageConsumer.cs index 77e2ee4729..7767fae995 100644 --- a/dotnet/Qpid.Messaging/IMessageConsumer.cs +++ b/dotnet/Qpid.Messaging/IMessageConsumer.cs @@ -37,7 +37,8 @@ namespace Qpid.Messaging /// You can attach a delegate to the /// event and be notified when a message arrives, or you can /// use the and - /// methods to control when you receive messages. + /// methods to control when you receive messages. Be aware that you can use + /// one or the other, but not both at the same time. /// /// /// Regardless of which method you choose, the prefetch settings diff --git a/dotnet/default.build b/dotnet/default.build index 89cb3209db..b9d0bf2762 100644 --- a/dotnet/default.build +++ b/dotnet/default.build @@ -26,10 +26,15 @@ + + + + - @@ -80,7 +85,12 @@ - --> + + + +