Re: Test::Class fixture problem

2007-07-09 Thread Adrian Howard
On 3 Jul 2007, at 08:57, Ovid wrote: - Original Message From: Adrian Howard <[EMAIL PROTECTED]> As you can see, I called SUPER::startup instead of SUPER::setup. [snip] Not that it helps solve your problem - but I tend to use multiple setup routines rather than inheritance to add ex

Re: Test::Class fixture problem

2007-07-03 Thread Ovid
- Original Message From: Adrian Howard <[EMAIL PROTECTED]> > > As you can see, I called SUPER::startup instead of SUPER::setup. > [snip] > > Not that it helps solve your problem - but I tend to use multiple > setup routines rather than inheritance to add extra set up code to a > class

Re: Test::Class fixture problem

2007-07-02 Thread A. Pagaltzis
* Adrian Howard <[EMAIL PROTECTED]> [2007-07-02 20:20]: > use something like chromatic's SUPER My thought exactly. Regards, -- Aristotle Pagaltzis //

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

Re: Fw: Test::Class fixture problem

2007-07-02 Thread Paul Johnson
On Sun, Jul 01, 2007 at 03:19:29PM -0700, Ovid wrote: > I wondered why this never showed up in PerlQA. And I wondered whether anyone on beginners was going to answer it. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Fw: Test::Class fixture problem

2007-07-01 Thread Ovid
I wondered why this never showed up in PerlQA. - Forwarded Message From: Ovid <[EMAIL PROTECTED]> To: [EMAIL PROTECTED]; Adrian Howard <[EMAIL PROTECTED]> Sent: Friday, June 29, 2007 4:23:15 PM Subject: Test::Class fixture problem I've just spent quite a bit of time de