Java to C# "lost in translation" issue in Test/Search/TestFieldCache.cs -----------------------------------------------------------------------
Key: LUCENENET-362 URL: https://issues.apache.org/jira/browse/LUCENENET-362 Project: Lucene.Net Issue Type: Bug Environment: All Reporter: Robert Jordan Priority: Minor Attachments: TestFieldCache.diff According to https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/src/test/org/apache/lucene/search/TestFieldCache.java we are supposed to increment "theFloat" and "theDouble" in SetUp(). Note that the test does not make sense at all, because {Double|Single}.MaxValue - 1 is still MaxValue. That's why the bug was not detected. I guess I have to file a bug with Lucene/Java for this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.