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/failover | |
| 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/failover')
| -rw-r--r-- | dotnet/Qpid.Client.Tests/failover/FailoverTest.cs | 8 | ||||
| -rw-r--r-- | dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs | 14 |
2 files changed, 17 insertions, 5 deletions
diff --git a/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs b/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs index 478d66b9da..24b16e37ec 100644 --- a/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs +++ b/dotnet/Qpid.Client.Tests/failover/FailoverTest.cs @@ -213,6 +213,12 @@ namespace Qpid.Client.Tests.failover } [Test] + public void TestFail() + { + Assert.Fail("Tests in this class do not pass, but hang forever, so commented out until can be fixed."); + } + + /*[Test] public void TestWithBasicInfo() { Console.WriteLine("TestWithBasicInfo"); @@ -231,7 +237,7 @@ namespace Qpid.Client.Tests.failover { _logger.Error("Exception caught", e); } - } + }*/ // [Test] // public void TestWithUrl() diff --git a/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs b/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs index 602f72762a..ccb95b0c7d 100644 --- a/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs +++ b/dotnet/Qpid.Client.Tests/failover/FailoverTxTest.cs @@ -215,7 +215,13 @@ namespace Qpid.Client.Tests.failover _log.Info("failoverComplete() called"); } -// [Test] + [Test] + public void TestFail() + { + Assert.Fail("Tests in this class do not pass, but hang forever, so commented out until can be fixed."); + } + + /*[Test] public void TestWithBasicInfo() { Console.WriteLine("TestWithBasicInfo"); @@ -226,9 +232,9 @@ namespace Qpid.Client.Tests.failover connectionInfo.AddBrokerInfo(new AmqBrokerInfo("amqp", "localhost", 5673, false)); DoFailoverTxTest(connectionInfo); - } + }*/ - [Test] + /*[Test] public void runTestWithUrl() { String clientId = "failover" + DateTime.Now.Ticks; @@ -242,6 +248,6 @@ namespace Qpid.Client.Tests.failover _log.Info("connection url = [" + connectionInfo + "]"); DoFailoverTxTest(connectionInfo); - } + }*/ } } |
