Re: Test::Class fixture problem

2007-07-02 Thread Adrian Howard
Belated response... On 1 Jul 2007, at 23:19, Ovid wrote: [snip] I've just spent quite a bit of time debugging a problem where a Test::Class setup method was misbehaving. My tests passed, but mysql was spitting out errors directly to STDERR and quite a bit of tracing led me to the following

Test::Class fixture problem

2007-06-29 Thread Ovid
I've just spent quite a bit of time debugging a problem where a Test::Class setup method was misbehaving. My tests passed, but mysql was spitting out errors directly to STDERR and quite a bit of tracing led me to the following: sub setup : Tests(setup) { my $test = shift; $test->S