Forgive me if I'm not replying in the correct way/place, but it seems
that the test you mentioned is a test to make sure IndexExists correctly
returns false when a specified index does not exist. I've just been a
"lurker" up to this point and haven't even run the unit tests before, so
I apologize if I don't know what I'm talking about. :)
Micky
Digy (JIRA) wrote:
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.