Return-Path: Delivered-To: apmail-camel-commits-archive@www.apache.org Received: (qmail 1250 invoked from network); 3 Nov 2009 10:33:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Nov 2009 10:33:37 -0000 Received: (qmail 2435 invoked by uid 500); 3 Nov 2009 10:33:37 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 2382 invoked by uid 500); 3 Nov 2009 10:33:37 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 2373 invoked by uid 99); 3 Nov 2009 10:33:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Nov 2009 10:33:37 +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; Tue, 03 Nov 2009 10:33:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0A40A23888FF; Tue, 3 Nov 2009 10:33:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r832381 - /camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpPostWithBodyTest.java Date: Tue, 03 Nov 2009 10:33:11 -0000 To: commits@camel.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091103103314.0A40A23888FF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: davsclaus Date: Tue Nov 3 10:33:08 2009 New Revision: 832381 URL: http://svn.apache.org/viewvc?rev=832381&view=rev Log: Skipped tests not capable running on CI servers. Modified: camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpPostWithBodyTest.java Modified: camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpPostWithBodyTest.java URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpPostWithBodyTest.java?rev=832381&r1=832380&r2=832381&view=diff ============================================================================== --- camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpPostWithBodyTest.java (original) +++ camel/trunk/components/camel-http/src/test/java/org/apache/camel/component/http/HttpPostWithBodyTest.java Tue Nov 3 10:33:08 2009 @@ -26,6 +26,7 @@ import org.apache.camel.builder.RouteBuilder; import org.apache.camel.component.mock.MockEndpoint; import org.apache.camel.test.junit4.CamelTestSupport; +import org.junit.Ignore; import org.junit.Test; import static org.apache.camel.component.http.HttpMethods.GET; @@ -35,6 +36,7 @@ public class HttpPostWithBodyTest extends CamelTestSupport { protected String expectedText = "Method Not Allowed"; + @Ignore @Test public void testHttpPostWithError() throws Exception { @@ -64,6 +66,7 @@ } + @Ignore @Test public void testHttpPostRecovery() throws Exception {