GitHub user laimis opened a pull request:
https://github.com/apache/lucenenet/pull/143
use setup/teardown instead of fixture setup/teardown
Lucene41.TestBlockPostingsFormat2 teardown is failing because the cleanup
is not run after each test. Instead it is run after all test cases finish. Use
setup / teardown after each test instead.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/laimis/lucenenet postingsformat2_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucenenet/pull/143.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #143
----
commit 88645fa606bdbc3dbf1b91ba8233c8c7fd0e417e
Author: Laimonas Simutis <[email protected]>
Date: 2015-05-16T15:42:52Z
use setup/teardown instead of fixture setup/teardown
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---