1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_backgroundupdate.rdf Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,70 @@ 1.4 +<?xml version="1.0" encoding="UTF-8"?> 1.5 + 1.6 +<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 1.7 + xmlns:em="http://www.mozilla.org/2004/em-rdf#"> 1.8 + 1.9 + <RDF:Description about="urn:mozilla:extension:addon1@tests.mozilla.org"> 1.10 + <em:updates> 1.11 + <RDF:Seq> 1.12 + <!-- app id compatible update available --> 1.13 + <RDF:li> 1.14 + <RDF:Description> 1.15 + <em:version>2</em:version> 1.16 + <em:targetApplication> 1.17 + <RDF:Description> 1.18 + <em:id>xpcshell@tests.mozilla.org</em:id> 1.19 + <em:minVersion>1</em:minVersion> 1.20 + <em:maxVersion>1</em:maxVersion> 1.21 + <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink> 1.22 + </RDF:Description> 1.23 + </em:targetApplication> 1.24 + </RDF:Description> 1.25 + </RDF:li> 1.26 + </RDF:Seq> 1.27 + </em:updates> 1.28 + </RDF:Description> 1.29 + 1.30 + <RDF:Description about="urn:mozilla:extension:addon2@tests.mozilla.org"> 1.31 + <em:updates> 1.32 + <RDF:Seq> 1.33 + <!-- app id compatible update available --> 1.34 + <RDF:li> 1.35 + <RDF:Description> 1.36 + <em:version>2</em:version> 1.37 + <em:targetApplication> 1.38 + <RDF:Description> 1.39 + <em:id>xpcshell@tests.mozilla.org</em:id> 1.40 + <em:minVersion>1</em:minVersion> 1.41 + <em:maxVersion>1</em:maxVersion> 1.42 + <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink> 1.43 + </RDF:Description> 1.44 + </em:targetApplication> 1.45 + </RDF:Description> 1.46 + </RDF:li> 1.47 + </RDF:Seq> 1.48 + </em:updates> 1.49 + </RDF:Description> 1.50 + 1.51 + <RDF:Description about="urn:mozilla:extension:addon3@tests.mozilla.org"> 1.52 + <em:updates> 1.53 + <RDF:Seq> 1.54 + <!-- app id compatible update available --> 1.55 + <RDF:li> 1.56 + <RDF:Description> 1.57 + <em:version>2</em:version> 1.58 + <em:targetApplication> 1.59 + <RDF:Description> 1.60 + <em:id>xpcshell@tests.mozilla.org</em:id> 1.61 + <em:minVersion>1</em:minVersion> 1.62 + <em:maxVersion>1</em:maxVersion> 1.63 + <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink> 1.64 + </RDF:Description> 1.65 + </em:targetApplication> 1.66 + </RDF:Description> 1.67 + </RDF:li> 1.68 + </RDF:Seq> 1.69 + </em:updates> 1.70 + </RDF:Description> 1.71 + 1.72 +</RDF:RDF> 1.73 +