[
https://issues.apache.org/jira/browse/LUCENENET-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeff updated LUCENENET-64:
--------------------------
Attachment: TestDateFilter.patch
This patch uses total milliseconds. This is obtained by the following:
long now = (long)((TimeSpan)(System.DateTime.Now -
System.DateTime.MinValue)).TotalMilliseconds;
> TestDateFilter incorrectly gets total milliseconds
> --------------------------------------------------
>
> Key: LUCENENET-64
> URL: https://issues.apache.org/jira/browse/LUCENENET-64
> Project: Lucene.Net
> Issue Type: Bug
> Reporter: Jeff
> Attachments: TestDateFilter.patch
>
>
> When performing TestBefore, it uses milliseconds instead of total
> milliseconds so it fails.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.