DBI 1.50, os2, perl 5.8.0

DBI 1.50, os2, perl 5.8.0

am 30.05.2006 13:21:23 von development

Hi

I just installed DBI-1.50. The only problem I had is the following test:

not ok 60
# Test 60 got: '25 0.93 0.11 1e-02 0.23 1023110000 1023110010'
(t/40profile.t at line 202)
# Expected: '25 0.93 0.11 0.01 0.23 1023110000 1023110010'
# Test 62 got: '27 2.93 0.11 1e-02 0.23 1023110000 1023110010'
(t/40profile.t at line 211)
# Expected: '27 2.93 0.11 0.01 0.23 1023110000 1023110010'
ok 61
not ok 62

Because the value of '0.01' is the same as '1e-02' I ignored the result
and installed the package. I hope, this is correct.

best regards
Robert Berghaus

Re: DBI 1.50, os2, perl 5.8.0

am 31.05.2006 00:06:07 von Tim.Bunce

It is, as google would agree. Fixed in the next release.

Tim.

On Tue, May 30, 2006 at 01:21:23PM +0200, ROBe Systemprogrammierung wrote:
> Hi
>
> I just installed DBI-1.50. The only problem I had is the following test:
>
> not ok 60
> # Test 60 got: '25 0.93 0.11 1e-02 0.23 1023110000 1023110010'
> (t/40profile.t at line 202)
> # Expected: '25 0.93 0.11 0.01 0.23 1023110000 1023110010'
> # Test 62 got: '27 2.93 0.11 1e-02 0.23 1023110000 1023110010'
> (t/40profile.t at line 211)
> # Expected: '27 2.93 0.11 0.01 0.23 1023110000 1023110010'
> ok 61
> not ok 62
>
> Because the value of '0.01' is the same as '1e-02' I ignored the result
> and installed the package. I hope, this is correct.
>
> best regards
> Robert Berghaus