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:
parent
698f5930c5
commit
d68ab54ea1
14
tests/data/reconstitute/missing_item_pubDate.xml
Normal file
14
tests/data/reconstitute/missing_item_pubDate.xml
Normal 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>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user