Skip Menu |

This queue is for tickets about the Digest-CRC CPAN distribution.

Report information
The Basics
Id: 30443
Status: resolved
Priority: 0/
Queue: Digest-CRC

People
Owner: Nobody in particular
Requestors: gregor+debian [...] comodo.priv.at
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Test not working anymore in 0.12
Date: Sat, 3 Nov 2007 15:15:30 +0100
To: bug-Digest-CRC [...] rt.cpan.org
From: gregor herrmann <gregor+debian [...] comodo.priv.at>
t/crc.t errors out at line 48 in the new version 0.12. The reason seems to be that README is changed between 0.11 and 0.12 but the CRC value in the test file isn't. Find a patch below. ~~~~~~~~~~~~~~~~~~ --- t/crc.t~ 2007-11-03 15:02:58.000000000 +0100 +++ t/crc.t 2007-11-03 15:04:03.000000000 +0100 @@ -45,7 +45,7 @@ $ctx->addfile(F); close(F); my $y = $ctx->digest; -ok($y == 1468974098, 'OO crc32 with addfile '.$y); +ok($y == 1304913126, 'OO crc32 with addfile '.$y); # start at offset >0 with previous checksum result $ctx = Digest::CRC->new(type=>"crc32",cont=>1,init=>2583869373); ~~~~~~~~~~~~~~~~~~ Cheers, Gregor (Debian Perl Group) -- .''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4 : :' : debian: the universal operating system - http://www.debian.org/ `. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/ `- NP: Donovan: Catch The Wind
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

From: OLIMAUL [...] cpan.org
Thanks for the hint. I fixed the bug and released 0.13 today. Regards, Oliver
Subject: Re: [rt.cpan.org #30443] Test not working anymore in 0.12
Date: Sun, 4 Nov 2007 21:32:18 +0100
To: Oliver Maul via RT <bug-Digest-CRC [...] rt.cpan.org>
From: gregor herrmann <gregor+debian [...] comodo.priv.at>
On Sun, 04 Nov 2007 15:04:26 -0500, Oliver Maul via RT wrote: Show quoted text
> Thanks for the hint. I fixed the bug and released 0.13 today.
Thanks for the quick fix! Cheers, gregor -- .''`. http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4 : :' : debian: the universal operating system - http://www.debian.org/ `. `' member of https://www.vibe.at/ | how to reply: http://got.to/quote/ `-
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.