Jan Bednar created CAMEL-13629:
----------------------------------
Summary: 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
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.3#76005)