Do manual uniqification of items in Syndicated Content. Fixes bug #11156

Do not use merge because it uses normalize, which uses uniq_item, which
uses only links to determine uniqueness.
This commit is contained in:
Colin Kuskie 2009-10-19 15:23:36 -07:00
parent 7ff4c17f45
commit 68be37b780
3 changed files with 24 additions and 16 deletions

View file

@ -162,9 +162,6 @@ $cache->set($rssContent, 60);
my $filteredFeed = $syndicated_content->generateFeed();
use Data::Dumper;
diag Dumper($filteredFeed->get_item());
cmp_deeply(
[ map { $_->title } $filteredFeed->get_item() ],
[