Fix for TestStressSort
----------------------
Key: LUCENENET-299
URL: https://issues.apache.org/jira/browse/LUCENENET-299
Project: Lucene.Net
Issue Type: Bug
Reporter: George Aroush
Assignee: George Aroush
Priority: Minor
Two issues that causes TestStressSort.TestSort to fail:
1) Unlike with Java, Lucene.Net.Search.AnonymousClassByteParser.ParseByte()
must use the proper parser if the value is sbyte or byte
2) SupportClass.CollectionsHelper.Equals() when comparing arrays, if the 2 N'th
element are null, it's a match. This is to support Java behavior
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.