NUnit test for TestQueryParser -3
---------------------------------
Key: LUCENENET-89
URL: https://issues.apache.org/jira/browse/LUCENENET-89
Project: Lucene.Net
Issue Type: Bug
Reporter: Digy
Priority: Minor
Attachments: TestQueryParser.patch
Bug in TestQueryParser.TestLocalDateFormat
Locate has to be set to "en-US" not to "en". Otherwise
QueryParser.GetRangeQuery gets an exception
"System.NotSupportedException: Culture 'en' is a neutral culture. It cannot be
used in formatting and parsing and therefore cannot be set as the thread's
current culture"
and then continues with the default locale(which is not en-US in my case).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.