Author: tabish
Date: Wed Aug 18 20:15:55 2010
New Revision: 986906
URL: http://svn.apache.org/viewvc?rev=986906&view=rev
Log:
* MessageSelectorTest.cs:
Remove the Console out as it makes one think the test has blown a fuse.
Modified:
activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/MessageSelectorTest.cs
Modified:
activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/MessageSelectorTest.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/MessageSelectorTest.cs?rev=986906&r1=986905&r2=986906&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/MessageSelectorTest.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/MessageSelectorTest.cs
Wed Aug 18 20:15:55 2010
@@ -126,7 +126,7 @@ namespace Apache.NMS.Test
Assert.IsTrue(waitCount
<= 30, String.Format("Timeout waiting for all messages to be delivered. Only
{0} of {1} non-ignored messages delivered. Only {2} of {3} ignored messages
delivered.",
receivedNonIgnoredMsgCount, numNonIgnoredMsgsSent, receivedIgnoredMsgCount,
numIgnoredMsgsSent));
-
Console.WriteLine("Waiting ({0}) to receive all non-ignored messages...",
waitCount);
+
//Console.WriteLine("Waiting ({0}) to receive all non-ignored messages...",
waitCount);
Thread.Sleep(1000);
}