diff options
| author | Robert Greig <rgreig@apache.org> | 2007-02-13 17:26:30 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-02-13 17:26:30 +0000 |
| commit | 63060eb979f0ce520a0bbcbfccd47abcf6dd2060 (patch) | |
| tree | 6d4562c03693a821aad272746bd8155fbe47c6ec /dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs | |
| parent | 1fba154ec0afcf73aaa58cb203a30919b907b4f0 (diff) | |
| download | qpid-python-63060eb979f0ce520a0bbcbfccd47abcf6dd2060.tar.gz | |
(Submitted by Rupert Smith) All tests run without hanging forever.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@507110 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs')
| -rw-r--r-- | dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs b/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs index a52b4e2c50..515ae41e1c 100644 --- a/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs +++ b/dotnet/Qpid.Client.Tests/requestreply1/ServiceProvidingClient.cs @@ -75,12 +75,18 @@ namespace Qpid.Client.Tests } [Test] + public void TestFail() + { + Assert.Fail("Tests in this class do not run on autopilot, but hang forever, so commented out until can be fixed."); + } + + /*[Test] public void Test() { _connection.Start(); _logger.Info("Waiting..."); _event.WaitOne(); - } + }*/ public void OnMessage(IMessage message) { |
