[
https://issues.apache.org/jira/browse/LUCENENET-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff updated LUCENENET-59:
--------------------------
Attachment: TestBoolean2.patch
This patch uses TrimToSize() in in the TestBooleans2 Tests on an array to
remove the extra values that were added when the array was created.
((System.Collections.ArrayList)current.Clauses()).TrimToSize();
> QueryUtils has some invalid Asserts
> -----------------------------------
>
> Key: LUCENENET-59
> URL: https://issues.apache.org/jira/browse/LUCENENET-59
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Jeff
> Priority: Minor
> Attachments: QueryUtils.patch, QueryUtils.patch2, QueryUtils.patch3,
> TestBoolean2.patch
>
>
> NUnit tests are failing because of bad Asserts in CheckEqual(Query q1, Query
> q2) and CheckUnequal(Query q1, Query q2).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.