Author: tabish
Date: Thu Aug 26 21:22:24 2010
New Revision: 989931
URL: http://svn.apache.org/viewvc?rev=989931&view=rev
Log:
Adds the test to a "LongRunning" Category and excludes that from the nant test
target.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
activemq/activemq-dotnet/Apache.NMS/trunk/src/test/csharp/MessageSelectorTest.cs
Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml?rev=989931&r1=989930&r2=989931&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml
(original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/nant-common.xml Thu Aug
26 21:22:24 2010
@@ -469,6 +469,7 @@
<exec program="nunit-console" failonerror="true"
workingdir="build/${current.build.framework}/${current.build.config}">
<arg value="${NUnit.Projectfile}" />
<arg value="-labels" />
+ <arg value="-exclude=LongRunning" />
<arg value="-xml=Nunit.TestOutput.xml" />
</exec>
</if>
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=989931&r1=989930&r2=989931&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
Thu Aug 26 21:22:24 2010
@@ -23,6 +23,7 @@ using NUnit.Framework;
namespace Apache.NMS.Test
{
[TestFixture]
+ [Category("LongRunning")]
public class MessageSelectorTest : NMSTestSupport
{
protected const string QUEUE_DESTINATION_NAME =
"queue://MessageSelectorQueue";