planet/tests/data/reconstitute/source_planet_id.xml
2006-12-27 15:37:16 -05:00

15 lines
256 B
XML

<!--
Description: source id
Expect: source.planet_id == 'http://example.com/'
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<id>http://example.com/</id>
<entry>
<source>
<id>http://example.org/</id>
</source>
</entry>
</feed>