TestIndexReader bugs
--------------------
Key: LUCENENET-72
URL: https://issues.apache.org/jira/browse/LUCENENET-72
Project: Lucene.Net
Issue Type: Bug
Reporter: Digy
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.