Author: jgomes
Date: Fri Jan  3 01:20:01 2014
New Revision: 1554988

URL: http://svn.apache.org/r1554988
Log:
Remove the "Explicit" tag that was conflicting with the "LongRunning" category 
tag. Now the tests that are long running can be properly excluded using the 
category exclusion feature of NUnit.

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=1554988&r1=1554987&r2=1554988&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
 Fri Jan  3 01:20:01 2014
@@ -51,7 +51,7 @@ namespace Apache.NMS.Test
                /// Since this test can take a long time to run, it is marked 
as explicit.
                /// </summary>
                /// <param name="destinationName"></param>
-               [Test, Explicit]
+               [Test]
                public void FilterIgnoredMessagesSlowConsumerTest(
                        [Values(QUEUE_DESTINATION_NAME, TOPIC_DESTINATION_NAME)]
                        string destinationName)


Reply via email to