toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.xml

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     1 <?xml version="1.0" encoding="utf-8" ?>
     2 <searchresults total_results="9999">
     3 <!-- Cause XML parse error so that the search fails -->
     4 <!--  <addon> -->
     5     <name>PASS</name>
     6     <type id="1">Extension</type>
     7     <guid>test1@tests.mozilla.org</guid>
     8     <version>1.1</version>
     9     <authors><author><name>Test Creator 1</name></author></authors>
    10     <status id="4">Public</status>
    11     <compatible_applications>
    12       <application>
    13         <appID>xpcshell@tests.mozilla.org</appID>
    14         <min_version>1</min_version>
    15         <max_version>1</max_version>
    16       </application>
    17     </compatible_applications>
    18     <install>http://localhost:%PORT%/test1.xpi</install>
    19   </addon>
    20 </searchresults>

mercurial