Hi,

On Tue, Oct 4, 2011 at 7:00 PM, Alex Parvulescu
<[email protected]> wrote:
> What is the best way to exclude a test from a version down? (or include it
> from a version up, for that matter :)

See the failOnRepositoryVersions() method in AbstractTest. It's used
by the BigFileWriteTest to exclude test runs on repository versions
where the test case simply doesn't work.

A call like failOnReposiotyrVersions("1.") in the beforeSuite() method
will disable a test for all Jackrabbit 1.x versions.

BR,

Jukka Zitting

Reply via email to