[
https://issues.apache.org/jira/browse/LUCENENET-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Digy resolved LUCENENET-261.
----------------------------
Resolution: Fixed
I just added the following code
{code}
[TearDown]
public void TearDown()
{
testDoc = new Document();
dir = new RAMDirectory();
}
{code}
and committed.
> src\Test\Index\TestSegmentTermDocs.cs
> -------------------------------------
>
> Key: LUCENENET-261
> URL: https://issues.apache.org/jira/browse/LUCENENET-261
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Iliev Andrei
> Attachments: TestSegmentTermDocs.patch
>
>
> Call setup for each tests individually otherwise some tests fail.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.