1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_install.xml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,53 @@ 1.4 +<?xml version="1.0" encoding="utf-8" ?> 1.5 +<searchresults total_results="1"> 1.6 + <addon> 1.7 + <name>Real Test 2</name> 1.8 + <type id='1'>Extension</type> 1.9 + <guid>addon2@tests.mozilla.org</guid> 1.10 + <version>1.0</version> 1.11 + <authors> 1.12 + <author> 1.13 + <name>Test Creator</name> 1.14 + <link>http://example.com/creator.html</link> 1.15 + </author> 1.16 + </authors> 1.17 + <status id='4'>Public</status> 1.18 + <summary>Repository summary</summary> 1.19 + <description>Repository description</description> 1.20 + <compatible_applications> 1.21 + <application> 1.22 + <name>Firefox</name> 1.23 + <appID>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</appID> 1.24 + <min_version>0</min_version> 1.25 + <max_version>*</max_version> 1.26 + </application> 1.27 + <application> 1.28 + <name>SeaMonkey</name> 1.29 + <appID>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</appID> 1.30 + <min_version>0</min_version> 1.31 + <max_version>*</max_version> 1.32 + </application> 1.33 + </compatible_applications> 1.34 + <compatible_os>ALL</compatible_os> 1.35 + <install size="2">http://example.com/browser/toolkit/mozapps/extensions/test/browser/addons/browser_install1_2.xpi</install> 1.36 + </addon> 1.37 + 1.38 + <addon_compatibility hosted="false"> 1.39 + <guid>addon6@tests.mozilla.org</guid> 1.40 + <name>Addon Test 6</name> 1.41 + <version_ranges> 1.42 + <version_range type="incompatible"> 1.43 + <min_version>1.0</min_version> 1.44 + <max_version>1.0</max_version> 1.45 + <compatible_applications> 1.46 + <application> 1.47 + <name>XPCShell</name> 1.48 + <min_version>1.0</min_version> 1.49 + <max_version>1.0</max_version> 1.50 + <appID>xpcshell@tests.mozilla.org</appID> 1.51 + </application> 1.52 + </compatible_applications> 1.53 + </version_range> 1.54 + </version_ranges> 1.55 + </addon_compatibility> 1.56 +</searchresults>