1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/extensions/test/addons/test_install3/install.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +<?xml version="1.0"?> 1.5 + 1.6 +<!-- An extension that is incompatible with the XPCShell test suite until 1.7 + a compatibility update check is performed --> 1.8 +<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.9 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.10 + 1.11 + <Description about="urn:mozilla:install-manifest"> 1.12 + <em:id>addon3@tests.mozilla.org</em:id> 1.13 + <em:version>1.0</em:version> 1.14 + 1.15 + <!-- Front End MetaData --> 1.16 + <em:name>Real Test 4</em:name> 1.17 + <em:description>Test Description</em:description> 1.18 + 1.19 + <em:updateURL>http://localhost:4444/data/test_install.rdf</em:updateURL> 1.20 + 1.21 + <em:targetApplication> 1.22 + <Description> 1.23 + <em:id>xpcshell@tests.mozilla.org</em:id> 1.24 + <em:minVersion>0</em:minVersion> 1.25 + <em:maxVersion>0</em:maxVersion> 1.26 + </Description> 1.27 + </em:targetApplication> 1.28 + 1.29 + </Description> 1.30 +</RDF>