On Thu, Apr 24, 2014 at 12:31 PM, Michael McCandless <[email protected]> wrote: > Yeah, I didn't want to disable the full test, just that one method, > because I want Terms.getMin/Max testing for Lucene3x too. > > Would be nice if we could @SuppressCodecs for just one method ...
Thats impossible: many tests create their indexes in @BeforeClass, so codec selection really must be a per-class thing. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
