Skip Menu |

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

Report information
The Basics
Id: 40766
Status: resolved
Priority: 0/
Queue: XML-Feed

People
Owner: simonw [...] cpan.org
Requestors: grousse [...] cpan.org
Cc:
AdminCc:

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



Subject: multiple test failures
[guillomovitch@n2 XML-Feed-0.3]$ prove -b t/01-parse.t t/01-parse....1/75 # Failed test at t/01-parse.t line 39. # got: '' # expected: 'en-us' t/01-parse....16/75 # Looks like you failed 1 test of 75. t/01-parse.... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/75 subtests [guillomovitch@n2 XML-Feed-0.3]$ prove -b t/02-create.t t/02-create....1/72 # Failed test 'feed language is correct' # at t/02-create.t line 24. # got: '' # expected: 'en_US' t/02-create....28/72 # Looks like you failed 1 test of 72. t/02-create.... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/72 subtests [guillomovitch@n2 XML-Feed-0.3]$ prove -b t/11-xml-base-atom.t t/11-xml-base-atom....1/13 # Failed test 'Got feed base' # at t/11-xml-base-atom.t line 11. # got: '' # expected: 'http://example.org/' # Failed test 'Got entry base' # at t/11-xml-base-atom.t line 12. # got: '' # expected: 'http://example.org/archives/' # Failed test 'Got content base' # at t/11-xml-base-atom.t line 13. # got: '' # expected: 'http://example.org/archives/000001.html' # Failed test 'Got feed base' # at t/11-xml-base-atom.t line 20. # got: '' # expected: 'http://example.org/' # Failed test 'Got entry base' # at t/11-xml-base-atom.t line 21. # got: '' # expected: 'http://example.org/archives/' # Failed test 'Got content base' # at t/11-xml-base-atom.t line 22. # got: '' # expected: 'http://example.org/archives/000001.html' # Failed test 'Set feed base' # at t/11-xml-base-atom.t line 25. # Failed test 'Set entry base' # at t/11-xml-base-atom.t line 26. # Failed test 'Got feed base' # at t/11-xml-base-atom.t line 29. # got: '' # expected: 'http://foo.com/' # Failed test 'Got entry base' # at t/11-xml-base-atom.t line 30. # got: '' # expected: 'http://foo.com/archives/' # Looks like you failed 10 tests of 13. t/11-xml-base-atom.... Dubious, test returned 10 (wstat 2560, 0xa00) Failed 10/13 subtests This happens on mandriva linux cooker, with perl 5.10.0.
Can you let me know what versions of of XML::Atom and XML::RSS you've got?
From: kevin [...] kevinold.com
On Sat Nov 08 12:14:18 2008, SIMONW wrote: Show quoted text
> Can you let me know what versions of of XML::Atom and XML::RSS you've got? >
I'm seeing this as well on a fresh install of Ubuntu 8.04.1 with perl 5.8.8. XML::RSS 1.36 XML::Atom 0.29
Can you test to see if you get the same issues with some earlier versions - specifically 0.23, 0.22 and 0.20? Sorry to be a pain but I'm getting multiple reports of this but I just can't seem to reproduce it or find a common theme. What version of XML::LibXML are you using by the way?
Le Mer. Nov. 12 13:23:16 2008, SIMONW a écrit : Show quoted text
> Can you test to see if you get the same issues with some earlier > versions - specifically 0.23, 0.22 and 0.20?
I tried with 0.23, same result. It must be linked to current environment, because 0.23 passed all tests on Oct 26 2008, according to official mandriva package changelog. Show quoted text
> Sorry to be a pain but I'm getting multiple reports of this but I just > can't seem to reproduce it or find a common theme. > > What version of XML::LibXML are you using by the way?
XML::LibXML 1.68 XML::Atom 0.29 XML::RSS 1.36
Can you try with SVN XML::Atom? http://code.sixapart.com/svn/XML-Atom/trunk/ In the mean time I'm trying to get hold of a box where this is failing so that I don't have to keep pestering you :)
Le Mer. Nov. 12 17:47:23 2008, SIMONW a écrit : Show quoted text
> Can you try with SVN XML::Atom? > > http://code.sixapart.com/svn/XML-Atom/trunk/ > > In the mean time I'm trying to get hold of a box where this is failing > so that I don't have to keep pestering you :)
I just tried with juste released XML::Atom 0.30, and XML::LibXML 1.69, same result :(
Le Jeu. Nov. 13 14:55:39 2008, GROUSSE a écrit : Show quoted text
> Le Mer. Nov. 12 17:47:23 2008, SIMONW a écrit :
> > Can you try with SVN XML::Atom? > > > > http://code.sixapart.com/svn/XML-Atom/trunk/ > > > > In the mean time I'm trying to get hold of a box where this is failing > > so that I don't have to keep pestering you :)
> I just tried with juste released XML::Atom 0.30, and XML::LibXML 1.69, > same result :(
But XML::Atom 0.31 fix the issue. I'm closing the ticket.