toolkit/mozapps/extensions/test/xpcshell/data/test_bug324121.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_bug324121.rdf	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,91 @@
     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:bug324121_2@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>3</em:minVersion>
    1.20 +                <em:maxVersion>3</em:maxVersion>
    1.21 +                <em:updateLink>http://localhost:4444/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:bug324121_3@tests.mozilla.org">
    1.31 +    <em:updates>
    1.32 +      <RDF:Seq>
    1.33 +        <!-- app id incompatible 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>2</em:minVersion>
    1.41 +                <em:maxVersion>2</em:maxVersion>
    1.42 +                <em:updateLink>http://localhost:4444/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:bug324121_6@tests.mozilla.org">
    1.52 +    <em:updates>
    1.53 +      <RDF:Seq>
    1.54 +        <!-- toolkit 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>toolkit@mozilla.org</em:id>
    1.61 +                <em:minVersion>3</em:minVersion>
    1.62 +                <em:maxVersion>3</em:maxVersion>
    1.63 +                <em:updateLink>http://localhost:4444/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:Description about="urn:mozilla:extension:bug324121_7@tests.mozilla.org">
    1.73 +    <em:updates>
    1.74 +      <RDF:Seq>
    1.75 +        <!-- toolkit id incompatible update available -->
    1.76 +        <RDF:li>
    1.77 +          <RDF:Description>
    1.78 +            <em:version>2</em:version>
    1.79 +            <em:targetApplication>
    1.80 +              <RDF:Description>
    1.81 +                <em:id>toolkit@mozilla.org</em:id>
    1.82 +                <em:minVersion>2</em:minVersion>
    1.83 +                <em:maxVersion>2</em:maxVersion>
    1.84 +                <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink>
    1.85 +              </RDF:Description>
    1.86 +            </em:targetApplication>
    1.87 +          </RDF:Description>
    1.88 +        </RDF:li>
    1.89 +      </RDF:Seq>
    1.90 +    </em:updates>
    1.91 +  </RDF:Description>
    1.92 +
    1.93 +</RDF:RDF>
    1.94 +

mercurial