[ https://issues.apache.org/jira/browse/LUCENENET-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nicholas Paldino updated LUCENENET-277: --------------------------------------- Attachment: TestQueryParser.patch This creates a default constructor which passes null for the "name" parameter, allowing for most of the tests under QueryParser to pass. Will work on patches for tests that are failing soon. > 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.