Bug in TestIndexWriter.TestAddIndexOnDiskFull
---------------------------------------------
Key: LUCENENET-67
URL: https://issues.apache.org/jira/browse/LUCENENET-67
Project: Lucene.Net
Issue Type: Bug
Reporter: Digy
Priority: Trivial
Attachments: TestIndexWriter.patch
TestIndexWriter.TestAddIndexOnDiskFull compares string arrays falsely. So nunit
test fails although there is no error.
Definition:
System.String[] startFiles
System.String[] endFiles
startFiles.Equals(endFiles) compares the object-instances of string arrays, not
the contents of them.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.