Skip Menu |

This queue is for tickets about the XML-Twig CPAN distribution.

Report information
The Basics
Id: 118909
Status: open
Priority: 0/
Queue: XML-Twig

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

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



Subject: t/test_3_50.t fails if neither XML::XPath or XML::XPathEngine installed
Unike other test cases that skip if XML::XPath or XML::XPathEngine are not available; the tests in t/test_3_50.t require one of those packages to be installed; but neither are listed as dependencies.
Subject: Re: [rt.cpan.org #118909] t/test_3_50.t fails if neither XML::XPath or XML::XPathEngine installed
Date: Wed, 23 Nov 2016 13:34:13 +0100
To: bug-XML-Twig [...] rt.cpan.org
From: mirod <xmltwig [...] gmail.com>
Duh! Fixed in 3.51. Thanks -- mirod On 23/11/16 02:17, Russell Jenkins via RT wrote: Show quoted text
> Tue Nov 22 20:17:22 2016: Request 118909 was acted upon. > Transaction: Ticket created by RUSSELLJ > Queue: XML-Twig > Subject: t/test_3_50.t fails if neither XML::XPath or XML::XPathEngine > installed > Broken in: 3.50 > Severity: Important > Owner: Nobody > Requestors: RUSSELLJ@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=118909 > > > > Unike other test cases that skip if XML::XPath or XML::XPathEngine are not available; the tests in t/test_3_50.t require one of those packages to be installed; but neither are listed as dependencies. >
On Wed Nov 23 07:34:23 2016, xmltwig@gmail.com wrote: Show quoted text
> Duh! > > Fixed in 3.51.
Still fails. skip() requires SKIP label - see https://metacpan.org/pod/Test::More#Conditional-tests -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #118909] t/test_3_50.t fails if neither XML::XPath or XML::XPathEngine installed
Date: Wed, 23 Nov 2016 18:25:44 +0100
To: bug-XML-Twig [...] rt.cpan.org
From: mirod <xmltwig [...] gmail.com>
On 23/11/16 18:06, Alexandr Ciornii via RT wrote: Show quoted text
> Queue: XML-Twig > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=118909 > > > On Wed Nov 23 07:34:23 2016, xmltwig@gmail.com wrote:
>> Duh! >> >> Fixed in 3.51.
> > Still fails. skip() requires SKIP label - see https://metacpan.org/pod/Test::More#Conditional-tests >
Duh! That's what I get from copying and pasting from an older test... one that did not use Test::More but my own tool that implemented it's own version of skip. 3.52 is on its way... -- mirod