[
https://issues.apache.org/jira/browse/CAMEL-13629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Bednar reassigned CAMEL-13629:
----------------------------------
Assignee: Jan Bednar
> Some tests are excluded from maven build because of wrong class name
> --------------------------------------------------------------------
>
> Key: CAMEL-13629
> URL: https://issues.apache.org/jira/browse/CAMEL-13629
> Project: Camel
> Issue Type: Test
> Reporter: Jan Bednar
> Assignee: Jan Bednar
> Priority: Minor
> Attachments: grepResult.txt
>
>
> There are some tests, which were probably meant to run during build, but does
> not follow .*Test.java or *IT.java filename pattern.
>
> This returns 46 files on current master (output attached):
> {code:java}
> grep -rnw './camel' --include=\*.java -e '@Test' -l | grep -v -e
> '.*Test.java' -e '.*TestSupport.java' -e '.*TestBase.java' -e '.*IT.java'
> {code}
> This method is not bulletproof and returns some false-positives, but most of
> the matches should be IMO renamed to follow filename patternt and thus be
> executed during maven build.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)