Skip Menu |

This queue is for tickets about the AI-Prolog CPAN distribution.

Report information
The Basics
Id: 41154
Status: resolved
Priority: 0/
Queue: AI-Prolog

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.740
Fixed in: 0.741



Subject: t/60aiprolog fails when Test::MockModule and Test::Differences are installed
Looking through all cpantesters report. There are many fails and *all* have t/60aiprolog.............# Looks like you planned 4 tests but ran 5. *all* others have skipped this test. Thanks,
I'm seeing this problem as well. On install via CPAN.pm.
Subject: Re: [rt.cpan.org #41154] t/60aiprolog fails when Test::MockModule and Test::Differences are installed
Date: Thu, 26 Feb 2009 11:02:58 -0800
To: bug-AI-Prolog [...] rt.cpan.org
From: Joshua ben Jore <twists [...] gmail.com>
On Wed, Feb 25, 2009 at 9:38 AM, Michael Stevens via RT <bug-AI-Prolog@rt.cpan.org> wrote: Show quoted text
>       Queue: AI-Prolog >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=41154 > > > I'm seeing this problem as well. > > On install via CPAN.pm.
I haven't found time to give the module love. Feel free.
Subject: [PATCH] t/60aiprolog fails when Test::MockModule and Test::Differences are installed
It looks to me like a simple case of making the test plan match the number of tests. See attached patch.
--- t/60aiprolog.t.orig 2008-11-13 11:46:09.000000000 -0800 +++ t/60aiprolog.t 2009-12-04 14:04:50.000000000 -0800 @@ -15,7 +15,7 @@ exit 0; } else { - plan tests => 4; + plan tests => 5; } }