Skip Menu |

This queue is for tickets about the Data-FormValidator CPAN distribution.

Maintainer(s)' notes

This is the bug queue for Data::FormValidator.

Report information
The Basics
Id: 14391
Status: resolved
Priority: 0/
Queue: Data-FormValidator

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

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



Subject: Test t/constraint_regexp_map_profile_reuse.t fails under Test::More 0.54
Hey Mark, Seems I'm on a roll today :(. Here's a problem with one of the tests using Test::More 0.54. william@zeus:/tmp/Data-FormValidator-4.01$ perl -MTest::More -le 'print $Test::More::VERSION' 0.54 william@zeus:/tmp/Data-FormValidator-4.01$ perl t/constraint_regexp_map_profile_reuse.t ok 1 - constraints aren't duped when profile with constraint_regexp_map is reused not ok 2 - constraints aren't duped when profile with constraint_regexp_map is reused # Failed test (t/constraint_regexp_map_profile_reuse.t at line 21) # Structures begin differing at: # $got->{test1} = 'email' # $expected->{test1} = 'ARRAY(0x82af450)' Operation `==': no method found, left argument in overloaded package Data::FormValidator::Results, right argument has no overloaded magic at /usr/share/perl/5.8/Test/More.pm line 1164. 1..2 # Looks like you failed 1 test of 2. # Looks like your test died just after 2.
Date: Thu, 1 Sep 2005 12:04:52 -0500
From: Mark Stosberg <mark [...] summersault.com>
To: Guest via RT <bug-Data-FormValidator [...] rt.cpan.org>
Subject: Re: [cpan #14391] Test t/constraint_regexp_map_profile_reuse.t fails under Test::More 0.54
RT-Send-Cc:
On Wed, Aug 31, 2005 at 11:04:03PM -0400, Guest via RT wrote: Show quoted text
> > Seems I'm on a roll today :(. Here's a problem with one of the tests using Test::More 0.54.
William, This was fixed in 4.02, which has already been released. Mark