Skip Menu |

This queue is for tickets about the WWW-Blog-Metadata-Icon CPAN distribution.

Report information
The Basics
Id: 20783
Status: resolved
Priority: 0/
Queue: WWW-Blog-Metadata-Icon

People
Owner: Nobody in particular
Requestors: typester [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: (no value)



Subject: Test failed because btrott.typepad.com has 3 feeds now
Patch is below: --- t/01-extract.t.orig 2006-08-01 14:32:46.448523382 +0900 +++ t/01-extract.t 2006-08-01 14:32:02.566356991 +0900 @@ -28,7 +28,7 @@ $meta = WWW::Blog::Metadata->extract_from_uri('http://btrott.typepad.com/'); ok($meta); ok($meta->feeds); -is(scalar @{ $meta->feeds }, 2); +is(scalar @{ $meta->feeds }, 3); is($meta->feeds->[0], 'http://btrott.typepad.com/typepad/atom.xml'); is($meta->feeds->[1], 'http://btrott.typepad.com/typepad/index.rdf'); is($meta->foaf_uri, 'http://btrott.typepad.com/foaf.rdf');
Sorry, I posted this ticket to wrong dist. This ticket is for WWW::Blog::Metadata not for ::Icon. I'm about to close this ticket and recreate it.