XML::FeedPP::RSS returns "" and not undef

This commit is contained in:
Doug Bell 2011-06-13 17:45:08 -05:00
parent 8b3877c34e
commit f29f3e3851

View file

@ -105,7 +105,7 @@ cmp_deeply(
title => 'Dummy Title', title => 'Dummy Title',
description => 'Dummy Synopsis', ##Not description description => 'Dummy Synopsis', ##Not description
link => $session->url->getSiteURL . '/home/shawshank', link => $session->url->getSiteURL . '/home/shawshank',
copyright => undef, copyright => '',
), ),
'... title, description, link inherit from asset by default, copyright unset' '... title, description, link inherit from asset by default, copyright unset'
); );