TestQueryParser tests all fail due to incorrect constructor. ------------------------------------------------------------
Key: LUCENENET-277 URL: https://issues.apache.org/jira/browse/LUCENENET-277 Project: Lucene.Net Issue Type: Bug Reporter: Nicholas Paldino Priority: Blocker Attachments: TestQueryParser.patch The constructor for the NUnit test TestQueryParser contains a "name" parameter which is never used by any of the base classes in the tests. Since NUnit requires a constructor with no parameters, this needs to be fixed so the unit tests can run and we can find out what works and what doesn't. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.