toolkit/mozapps/extensions/test/xpcshell/data/test_updateid.rdf

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/mozapps/extensions/test/xpcshell/data/test_updateid.rdf	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,86 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +
     1.6 +<RDF xmlns="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 +  <Description about="urn:mozilla:extension:addon1@tests.mozilla.org">
    1.10 +    <em:updates>
    1.11 +      <Seq>
    1.12 +        <li>
    1.13 +          <Description>
    1.14 +            <em:version>2.0</em:version>
    1.15 +            <em:targetApplication>
    1.16 +              <Description>
    1.17 +                <em:id>xpcshell@tests.mozilla.org</em:id>
    1.18 +                <em:minVersion>1</em:minVersion>
    1.19 +                <em:maxVersion>1</em:maxVersion>
    1.20 +                <em:updateLink>http://localhost:4444/addons/test_updateid2_2.xpi</em:updateLink>
    1.21 +              </Description>
    1.22 +            </em:targetApplication>
    1.23 +          </Description>
    1.24 +        </li>
    1.25 +      </Seq>
    1.26 +    </em:updates>
    1.27 +  </Description>
    1.28 +
    1.29 +  <Description about="urn:mozilla:extension:addon2@tests.mozilla.org">
    1.30 +    <em:updates>
    1.31 +      <Seq>
    1.32 +        <li>
    1.33 +          <Description>
    1.34 +            <em:version>3.0</em:version>
    1.35 +            <em:targetApplication>
    1.36 +              <Description>
    1.37 +                <em:id>xpcshell@tests.mozilla.org</em:id>
    1.38 +                <em:minVersion>1</em:minVersion>
    1.39 +                <em:maxVersion>1</em:maxVersion>
    1.40 +                <em:updateLink>http://localhost:4444/addons/test_updateid3_3.xpi</em:updateLink>
    1.41 +              </Description>
    1.42 +            </em:targetApplication>
    1.43 +          </Description>
    1.44 +        </li>
    1.45 +      </Seq>
    1.46 +    </em:updates>
    1.47 +  </Description>
    1.48 +
    1.49 +  <Description about="urn:mozilla:extension:addon3@tests.mozilla.org">
    1.50 +    <em:updates>
    1.51 +      <Seq>
    1.52 +        <li>
    1.53 +          <Description>
    1.54 +            <em:version>4.0</em:version>
    1.55 +            <em:targetApplication>
    1.56 +              <Description>
    1.57 +                <em:id>xpcshell@tests.mozilla.org</em:id>
    1.58 +                <em:minVersion>1</em:minVersion>
    1.59 +                <em:maxVersion>1</em:maxVersion>
    1.60 +                <em:updateLink>http://localhost:4444/addons/test_updateid4_4.xpi</em:updateLink>
    1.61 +              </Description>
    1.62 +            </em:targetApplication>
    1.63 +          </Description>
    1.64 +        </li>
    1.65 +      </Seq>
    1.66 +    </em:updates>
    1.67 +  </Description>
    1.68 +
    1.69 +  <Description about="urn:mozilla:extension:addon4@tests.mozilla.org">
    1.70 +    <em:updates>
    1.71 +      <Seq>
    1.72 +        <li>
    1.73 +          <Description>
    1.74 +            <em:version>5.0</em:version>
    1.75 +            <em:targetApplication>
    1.76 +              <Description>
    1.77 +                <em:id>xpcshell@tests.mozilla.org</em:id>
    1.78 +                <em:minVersion>1</em:minVersion>
    1.79 +                <em:maxVersion>1</em:maxVersion>
    1.80 +                <em:updateLink>http://localhost:4444/addons/test_updateid2_5.xpi</em:updateLink>
    1.81 +              </Description>
    1.82 +            </em:targetApplication>
    1.83 +          </Description>
    1.84 +        </li>
    1.85 +      </Seq>
    1.86 +    </em:updates>
    1.87 +  </Description>
    1.88 +
    1.89 +</RDF>

mercurial