Skip Menu |

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

Report information
The Basics
Id: 131488
Status: open
Priority: 0/
Queue: XML-Catalogs-HTML

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

Bug Information
Severity: (no value)
Broken in: v1.0.3
Fixed in: (no value)



Subject: t/01_libxml.t started to fail (with newest XML::LibXML?)
My smokers report the following new failure: ... # Failed test 'Use of local DTD by libxml' # at t/01_libxml.t line 49. # Got exception :8: parser error : Entity 'eacute' not defined # <body>abcd&eacute;fghij</body> # ^ # Failed test 'Entity decoding' # at t/01_libxml.t line 54. # got: undef # expected: 'abcd\xE9fghij' # Looks like you failed 2 tests of 3. t/01_libxml.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/3 subtests ... Maybe caused by the following change in XML::LibXML: https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5
Subject: Re: [rt.cpan.org #131488] t/01_libxml.t started to fail (with newest XML::LibXML?)
Date: Thu, 16 Jan 2020 02:59:41 -0500
To: bug-XML-Catalogs-HTML [...] rt.cpan.org
From: Eric Brine <ikegami [...] adaelis.com>
Thanks. I'll look at it tomorrow. You're probably right. And if so, it's probably just an easy-to-fix test failure. On Thu, Jan 16, 2020, 2:08 AM Slaven_Rezic via RT < bug-XML-Catalogs-HTML@rt.cpan.org> wrote: Show quoted text
> Thu Jan 16 02:08:26 2020: Request 131488 was acted upon. > Transaction: Ticket created by SREZIC > Queue: XML-Catalogs-HTML > Subject: t/01_libxml.t started to fail (with newest XML::LibXML?) > Broken in: v1.0.3 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=131488 > > > > My smokers report the following new failure: > > ... > # Failed test 'Use of local DTD by libxml' > # at t/01_libxml.t line 49. > # Got exception :8: parser error : Entity 'eacute' not defined > # <body>abcd&eacute;fghij</body> > # ^ > > # Failed test 'Entity decoding' > # at t/01_libxml.t line 54. > # got: undef > # expected: 'abcd\xE9fghij' > # Looks like you failed 2 tests of 3. > t/01_libxml.t ........... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 2/3 subtests > ... > > Maybe caused by the following change in XML::LibXML: > https://metacpan.org/source/SHLOMIF/XML-LibXML-2.0202/Changes#L4-5 > >