Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 79904 invoked from network); 7 Jul 2010 06:41:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 7 Jul 2010 06:41:19 -0000 Received: (qmail 49642 invoked by uid 500); 7 Jul 2010 06:41:19 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 49515 invoked by uid 500); 7 Jul 2010 06:41:18 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 49507 invoked by uid 500); 7 Jul 2010 06:41:17 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 49502 invoked by uid 99); 7 Jul 2010 06:41:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 06:41:17 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jul 2010 06:41:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o676eqwO027681 for ; Wed, 7 Jul 2010 06:40:53 GMT Message-ID: <24726594.34341278484852888.JavaMail.jira@thor> Date: Wed, 7 Jul 2010 02:40:52 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-2916) Consolidate support for canRunOnThisPlatform() In-Reply-To: <31312240.33871278472671798.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60474#action_60474 ] Claus Ibsen commented on CAMEL-2916: ------------------------------------ Nice > Consolidate support for canRunOnThisPlatform() > ---------------------------------------------- > > Key: CAMEL-2916 > URL: https://issues.apache.org/activemq/browse/CAMEL-2916 > Project: Apache Camel > Issue Type: Improvement > Affects Versions: 2.3.0 > Reporter: Hadrian Zbarcea > Assignee: Hadrian Zbarcea > Priority: Minor > Fix For: 2.4.0 > > > Some tests are only restricted to a few platforms using a canRunOnThisPlatform(). > Instead of making this check in every test, a better implementation is to override runBare() and only check once. This method should also be provided in TestSupport actually, to make this feature available to the whole test suite. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.