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:
parent
7ff4c17f45
commit
68be37b780
3 changed files with 24 additions and 16 deletions
|
|
@ -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() ],
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue