|
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> |
|
21 |