<!--
Description: item enclosure type
Expect:      not bozo and entries[0]['enclosures'][0]['type'] == u'image/jpeg'
-->
<rss version="2.0">
<channel>
<item>
<enclosure url="http://example.com/" length="100000" type="image/jpeg" />
<link>http://example.com/</link>
</item>
</channel>
</rss>