Skip to content
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

Added the check for the decimal type - this is the type that is failing. #45

Merged
merged 1 commit into from Feb 16, 2016

Conversation

hrdwrbob
Copy link
Contributor

This is the actual failure with the bug https://rt.cpan.org/Public/Bug/Display.html?id=101650
Example output:
t/63-doubles.t .................. 1/?

Failed test 'row 10 (-0.4)'

at t/63-doubles.t line 87.

Comparing $data->[3] as a number

got : 0.4 ('0.40000')

expect : -0.4 +/- 1e-06

Failed test 'row 11 (-0.6)'

at t/63-doubles.t line 87.

Comparing $data->[3] as a number

got : 0.6 ('0.60000')

expect : -0.6 +/- 1e-06

Failed test 'row 12 (-0.8)'

at t/63-doubles.t line 87.

Comparing $data->[3] as a number

got : 0.8 ('0.80000')

expect : -0.8 +/- 1e-06

Failed test 'row 13 (-0.95)'

at t/63-doubles.t line 87.

Comparing $data->[3] as a number

got : 0.95 ('0.95000')

expect : -0.95 +/- 1e-06

Looks like you failed 4 tests of 79.

mariuz added a commit that referenced this pull request Feb 16, 2016
Added the check for the decimal type - this is the type that is failing.
@mariuz mariuz merged commit e9f924b into mariuz:master Feb 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants