-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse_interval test failing on postgres #9
Comments
Below is the full test output with failures during installation via cpanm. Pardon me if this is too long; opting for pasting as comment rather than attaching as file, for search engines to pick up should anyone else hit this issue.
|
Randal, This is something I noticed a while back when trying to build an DateTime::Duration I think I put a note up when it happened and may have backed off to a prior On Mon, Mar 21, 2016 at 2:53 PM, rsindlin notifications@github.com wrote:
Robert Wolfe, NASA GSFC @ USGCRP, o: 202-419-3470, m: 301-257-6966 |
I've updated the tests to work with (and require) the latest version of DateTime::Format::Pg. |
Lots of errors occur in parse_interval during installation. Example:
Failed test 'parse_interval (-0:1:)'
at t/pg.t line 313.
got: '@ 0'
expected: '@ -1 minutes'
Failed test 'parse_interval alt check 4'
at t/pg.t line 316.
Failed test 'parse_interval (2:)'
at t/pg.t line 313.
got: '@ 0'
expected: '@ 120 minutes
The text was updated successfully, but these errors were encountered: