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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.xml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<?xml version="1.0" encoding="utf-8" ?>
     1.5 +<searchresults total_results="9999">
     1.6 +<!-- Cause XML parse error so that the search fails -->
     1.7 +<!--  <addon> -->
     1.8 +    <name>PASS</name>
     1.9 +    <type id="1">Extension</type>
    1.10 +    <guid>test1@tests.mozilla.org</guid>
    1.11 +    <version>1.1</version>
    1.12 +    <authors><author><name>Test Creator 1</name></author></authors>
    1.13 +    <status id="4">Public</status>
    1.14 +    <compatible_applications>
    1.15 +      <application>
    1.16 +        <appID>xpcshell@tests.mozilla.org</appID>
    1.17 +        <min_version>1</min_version>
    1.18 +        <max_version>1</max_version>
    1.19 +      </application>
    1.20 +    </compatible_applications>
    1.21 +    <install>http://localhost:%PORT%/test1.xpi</install>
    1.22 +  </addon>
    1.23 +</searchresults>
    1.24 +

mercurial