Add test case for feed items missing a local updated / published date - expected to fall back to feed updated date - see http://lists.planetplanet.org/archives/devel/2006-November/001273.html

This commit is contained in:
Harry Fuecks 2006-11-10 09:38:45 +00:00
parent 698f5930c5
commit d68ab54ea1

View File

@ -0,0 +1,14 @@
<!--
Description: if item pubdate is missing, use to channel level date
Expect: updated_parsed == (2006, 6, 21, 13, 16, 41, 2, 172, 0)
-->
<rss version="0.91">
<channel>
<pubDate>Wed, 21 Jun 2006 14:16:41 +0100</pubDate>
<item/>
</channel>
</rss>