Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 12988 invoked from network); 14 Jan 2010 21:52:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jan 2010 21:52:56 -0000 Received: (qmail 61849 invoked by uid 500); 14 Jan 2010 21:52:56 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 61788 invoked by uid 500); 14 Jan 2010 21:52:56 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 61779 invoked by uid 99); 14 Jan 2010 21:52:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 21:52:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2010 21:52:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 572262388900; Thu, 14 Jan 2010 21:52:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r899431 - /activemq/activemq-dotnet/Apache.NMS.Stomp/trunk/src/test/csharp/StompRedeliveryPolicyTest.cs Date: Thu, 14 Jan 2010 21:52:31 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100114215231.572262388900@eris.apache.org> 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" +