[ https://issues.apache.org/jira/browse/LUCENENET-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
George Aroush resolved LUCENENET-72.
------------------------------------
Resolution: Fixed
I applied the patch and delved it but without the change to comment off "Assert.IsFalse(IndexReader.IndexExists("there_is_no_such_index"));".
Doing so will create a diversion between C# and Java Lucene.
> TestIndexReader bugs
> --------------------
>
> Key: LUCENENET-72
> URL: https://issues.apache.org/jira/browse/LUCENENET-72
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Digy
> Assignee: George Aroush
> Priority: Trivial
> Attachments: TestIndexReader.patch
>
>
> TestDiskFull bug is a string array comparison error as in issue LUCENENET-67.
> " Assert.IsFalse(IndexReader.IndexExists("there_is_no_such_index")); " statement causes
other failures. i couldn't find any reason why this statement is used. So commenting it resolves
the failures in TestIndexReader.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|