[
https://issues.apache.org/jira/browse/LUCENE-4038?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269542#comment-13269542
]
Dawid Weiss commented on LUCENE-4038:
-------------------------------------
Yep, the naming convention is one level up from the runner (it's at the ant's
level). Theoretically it could be possible to determine if a class is a test
class or not (it's what eclipse does when you "run" a package for example) but
it'd add an unnecessary overhead to the runner. I don't think it makes much
sense.
> some testcases not executed by 'ant test'
> -----------------------------------------
>
> Key: LUCENE-4038
> URL: https://issues.apache.org/jira/browse/LUCENE-4038
> Project: Lucene - Java
> Issue Type: Bug
> Reporter: Robert Muir
> Fix For: 4.0
>
>
> Look under 'spatial', RecursivePrefixTreeStrategyTestCase and
> TwoDoublesStrategyTestCase
> don't get invoked.
> I suspect this is something in junit4 that doesnt like the fact that these
> classes extend
> a base class that takes a generic type?
> Because if i just click 'run tests' from this folder in my IDE, then they run.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]