You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/01/14 22:52:31 UTC

svn commit: r899431 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/StompRedeliveryPolicyTest.cs

Author: tabish
Date: Thu Jan 14 21:52:30 2010
New Revision: 899431

URL: http://svn.apache.org/viewvc?rev=899431&view=rev
Log:
Disable test case that can't be run on NETCF

Modified:
    activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/StompRedeliveryPolicyTest.cs

Modified: activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/StompRedeliveryPolicyTest.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/StompRedeliveryPolicyTest.cs?rev=899431&r1=899430&r2=899431&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/StompRedeliveryPolicyTest.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/StompRedeliveryPolicyTest.cs Thu Jan 14 21:52:30 2010
@@ -296,7 +296,9 @@
             }
         }
 
+#if !NETCF
         [Test]
+#endif
         public void TestURIForRedeliverPolicyHandling()
         {
             string uri1 = "stomp:tcp://${activemqhost}:61613" +