[ https://issues.apache.org/activemq/browse/CAMEL-2916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60475#action_60475 ]
Claus Ibsen commented on CAMEL-2916: ------------------------------------ I wonder if there was a problem with the commit. I got this compiler error now {code} /Users/davsclaus/workspace/camel/components/camel-test/src/main/java/org/apache/camel/test/TestSupport.java:[65,12] cannot find symbol symbol : variable TestSupportNodeIdFactory location: class org.apache.camel.test.TestSupport {code} > 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.