[ 
https://issues.apache.org/jira/browse/LUCENENET-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicholas Paldino updated LUCENENET-304:
---------------------------------------

    Attachment: TestIndexWriterDelete.patch

The test is incorrect.  In walking the stack, it is comparing the string name 
of the method to the MethodInfo object returned by GetMethod (in the Eval 
method of the AnonymousClassFailure).

I've changed the calls to do the comparison against the name of the method as a 
string, and not the MethodInfo itself (although a comparison to MethodInfo 
would be more "correct", but that's for the future).

> TestErrorAfterApplyDeletes in TestIndexWriterDelete fails.
> ----------------------------------------------------------
>
>                 Key: LUCENENET-304
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-304
>             Project: Lucene.Net
>          Issue Type: Bug
>            Reporter: Nicholas Paldino
>            Priority: Minor
>         Attachments: TestIndexWriterDelete.patch
>
>
> Patch to come.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to