toolkit/components/feeds/test/xml/rfc4287/author_namespaces.xml

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <?xml version="1.0" encoding="utf-8"?>
     2 <!--
     3 Description: Ensure unknown NS element in atom:author doesn't cause exception
     4 Expect: var mCService = Components.classes['@mozilla.org/consoleservice;1'].getService(Components.interfaces.nsIConsoleService); var msg = mCService.getMessageArray()[0]; if(msg){msg = msg.message}; ((msg + "").indexOf("prefix has no properties") == -1);
     5 -->
     6 <feed xmlns="http://www.w3.org/2005/Atom">
     8   <author>
     9     <name>Sam Ruby</name>
    10     <method xmlns="http://www.intertwingly.net/blog/">excerpt</method>
    11     <email>rubys@intertwingly.net</email>
    12     <uri>.</uri>
    13   </author>
    15 </feed>

mercurial