Skip Menu |

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

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

People
Owner: cpan [...] stupidfool.org
Requestors: dsteinbrunner [...] pobox.com
typester [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.02
Fixed in: 0.03



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');
Subject: Changes to test domain and typepad service now cause more test failures
Existing test failure already reported: # Failed test at t/01-extract.t line 31. # got: '3' # expected: '2' New test failures: # Failed test at t/01-extract.t line 32. # got: 'http://ben.stupidfool.org/typepad/atom.xml' # expected: 'http://btrott.typepad.com/typepad/atom.xml' # Failed test at t/01-extract.t line 33. # got: 'http://ben.stupidfool.org/typepad/index.rdf' # expected: 'http://btrott.typepad.com/typepad/index.rdf' # Failed test at t/01-extract.t line 34. # got: 'http://ben.stupidfool.org/foaf.rdf' # expected: 'http://btrott.typepad.com/foaf.rdf' # Failed test at t/02-plugin.t line 28. # got: 'http://www.typepad.com/services/rsd/6a00d83455876069e200d83455876369e2' # expected: 'http://www.typepad.com/t/rsd/8'
Fixed in 0.03, hopefully in a more forwards-compatible way.