1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/components/feeds/test/xml/rfc4287/entry_contributor.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +<?xml version="1.0" encoding="iso-8859-1"?> 1.5 +<!-- 1.6 + 1.7 +Description: atom author name works 1.8 +Expect: feed.items.queryElementAt(0, Components.interfaces.nsIFeedEntry).contributors.queryElementAt(0, Components.interfaces.nsIFeedPerson).name=='John Doe Entry'; 1.9 + 1.10 +--> 1.11 + 1.12 +<feed xmlns="http://www.w3.org/2005/Atom"> 1.13 + 1.14 + <title>Example Feed</title> 1.15 + <link href="http://example.org/"/> 1.16 + <updated>2003-12-13T18:30:02Z</updated> 1.17 + <author> 1.18 + <name>John Doe</name> 1.19 + </author> 1.20 + <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> 1.21 + 1.22 + <entry> 1.23 + <title>Atom-Powered Robots Run Amok</title> 1.24 + <link href="http://example.org/2003/12/13/atom03"/> 1.25 + <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> 1.26 + <updated>2003-12-13T18:30:02Z</updated> 1.27 + <summary>Some text.</summary> 1.28 + <contributor> 1.29 + <name>John Doe Entry</name> 1.30 + </contributor> 1.31 + </entry> 1.32 + 1.33 +</feed>