Skip Menu |

This queue is for tickets about the Handel CPAN distribution.

Report information
The Basics
Id: 19700
Status: resolved
Priority: 0/
Queue: Handel

People
Owner: claco [...] cpan.org
Requestors: tkp [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.99_01
Fixed in: (no value)



Subject: test problems
nothing major (I don't think)... you just have your test plan slightly wrong in t/order_new: t/order_new...............................ok 376/557# Looks like you planned 557 tests but only ran 554. ps. when do we get some updated docs?!
On Mon Jun 05 05:48:47 2006, guest wrote: Show quoted text
> nothing major (I don't think)... you just have your test plan slightly > wrong in t/order_new: > > t/order_new...............................ok 376/557# Looks like you > planned 557 tests but only ran 554. >
Curious. Doesn't happen on mine. What OS/version ot Test::Simple do you have? Show quoted text
> > ps. when do we get some updated docs?!
At least not until after the 06/19/2006. I'm headed into the great northern wild for a week of fishing with no electricity, no computers, not even a cell phone signal.
Subject: Re: [rt.cpan.org #19700] test problems
Date: Mon, 5 Jun 2006 14:29:42 +0100
To: bug-Handel [...] rt.cpan.org
From: Tom Kirkpatrick <tom [...] kirkdesigns.co.uk>
On 5 Jun 2006, at 14:17, via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=19700 > > > On Mon Jun 05 05:48:47 2006, guest wrote:
>> nothing major (I don't think)... you just have your test plan >> slightly >> wrong in t/order_new: >> >> t/order_new...............................ok 376/557# Looks like you >> planned 557 tests but only ran 554. >>
> > Curious. Doesn't happen on mine. What OS/version ot Test::Simple do > you > have?
0.60 Show quoted text
>
>> >> ps. when do we get some updated docs?!
> > At least not until after the 06/19/2006. I'm headed into the great > northern wild for a week of fishing with no electricity, no computers, > not even a cell phone signal.
damn it :( oh well, guess I'll have to keep scanning the code!! oh, and, have a bloody good time
Subject: Re: [rt.cpan.org #19700] test problems
Date: Mon, 05 Jun 2006 09:53:33 -0400
To: bug-Handel [...] rt.cpan.org
From: "Christopher H. Laco" <claco [...] chrislaco.com>
Tom Kirkpatrick via RT wrote: Show quoted text
> Queue: Handel > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19700 > > > > On 5 Jun 2006, at 14:17, via RT wrote: >
>> <URL: http://rt.cpan.org/Ticket/Display.html?id=19700 > >> >> On Mon Jun 05 05:48:47 2006, guest wrote:
>>> nothing major (I don't think)... you just have your test plan >>> slightly >>> wrong in t/order_new: >>> >>> t/order_new...............................ok 376/557# Looks like you >>> planned 557 tests but only ran 554. >>>
>> Curious. Doesn't happen on mine. What OS/version ot Test::Simple do >> you >> have?
> > 0.60
I think I found the problem. Did you get and SKIP messages about Test::MockObject? IF you have it installed, what version is it? It looks like the SKIP section has the wrong skip count (6 instead of 7). Since that runs is a loop 3 times, that explains the missing 3 tests. Damn new math. :-) -=Chris
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #19700] test problems
Date: Mon, 5 Jun 2006 15:01:30 +0100
To: bug-Handel [...] rt.cpan.org
From: Tom Kirkpatrick <tom [...] kirkdesigns.co.uk>
I don't have Test::MockObject installed, nor did I see any mention of it when running the tests :( Show quoted text
> I think I found the problem. Did you get and SKIP messages about > Test::MockObject? IF you have it installed, what version is it? > > It looks like the SKIP section has the wrong skip count (6 instead of > 7). Since that runs is a loop 3 times, that explains the missing 3 > tests. > > Damn new math. :-) > > -=Chris > > > <signature.asc>
Subject: Re: [rt.cpan.org #19700] test problems
Date: Mon, 05 Jun 2006 10:06:47 -0400
To: bug-Handel [...] rt.cpan.org
From: "Christopher H. Laco" <claco [...] chrislaco.com>
Tom Kirkpatrick via RT wrote: Show quoted text
> Queue: Handel > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=19700 > > > I don't have Test::MockObject installed, nor did I see any mention of > it when running the tests :( >
>> I think I found the problem. Did you get and SKIP messages about >> Test::MockObject? IF you have it installed, what version is it? >> >> It looks like the SKIP section has the wrong skip count (6 instead of >> 7). Since that runs is a loop 3 times, that explains the missing 3 >> tests. >> >> Damn new math. :-)
Give this version a try: http://svn.handelframework.com/CPAN/Handel/branches/DBIC-1.0/t/order_new.t
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #19700] test problems
Date: Mon, 5 Jun 2006 15:21:41 +0100
To: bug-Handel [...] rt.cpan.org
From: Tom Kirkpatrick <tom [...] kirkdesigns.co.uk>
Yep, now I get: 21/557 skipped: Test::MockObject not installed much better :) Show quoted text
> Give this version a try: > > http://svn.handelframework.com/CPAN/Handel/branches/DBIC-1.0/t/ > order_new.t > > > <signature.asc>