Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | <?xml version="1.0" encoding="utf-8" ?> |
michael@0 | 2 | <searchresults total_results="9999"> |
michael@0 | 3 | <!-- Cause XML parse error so that the search fails --> |
michael@0 | 4 | <!-- <addon> --> |
michael@0 | 5 | <name>PASS</name> |
michael@0 | 6 | <type id="1">Extension</type> |
michael@0 | 7 | <guid>test1@tests.mozilla.org</guid> |
michael@0 | 8 | <version>1.1</version> |
michael@0 | 9 | <authors><author><name>Test Creator 1</name></author></authors> |
michael@0 | 10 | <status id="4">Public</status> |
michael@0 | 11 | <compatible_applications> |
michael@0 | 12 | <application> |
michael@0 | 13 | <appID>xpcshell@tests.mozilla.org</appID> |
michael@0 | 14 | <min_version>1</min_version> |
michael@0 | 15 | <max_version>1</max_version> |
michael@0 | 16 | </application> |
michael@0 | 17 | </compatible_applications> |
michael@0 | 18 | <install>http://localhost:%PORT%/test1.xpi</install> |
michael@0 | 19 | </addon> |
michael@0 | 20 | </searchresults> |
michael@0 | 21 |