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