summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_backgroundupdate.rdf
blob: ab7cdef3409e758de37d25956b78506592bd4b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?xml version="1.0" encoding="UTF-8"?>

<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:em="http://www.mozilla.org/2004/em-rdf#">

  <RDF:Description about="urn:mozilla:extension:addon1@tests.mozilla.org">
    <em:updates>
      <RDF:Seq>
        <!-- app id compatible update available -->
        <RDF:li>
          <RDF:Description>
            <em:version>2</em:version>
            <em:targetApplication>
              <RDF:Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>1</em:minVersion>
                <em:maxVersion>1</em:maxVersion>
                <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink>
              </RDF:Description>
            </em:targetApplication>
          </RDF:Description>
        </RDF:li>
      </RDF:Seq>
    </em:updates>
  </RDF:Description>

  <RDF:Description about="urn:mozilla:extension:addon2@tests.mozilla.org">
    <em:updates>
      <RDF:Seq>
        <!-- app id compatible update available -->
        <RDF:li>
          <RDF:Description>
            <em:version>2</em:version>
            <em:targetApplication>
              <RDF:Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>1</em:minVersion>
                <em:maxVersion>1</em:maxVersion>
                <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink>
              </RDF:Description>
            </em:targetApplication>
          </RDF:Description>
        </RDF:li>
      </RDF:Seq>
    </em:updates>
  </RDF:Description>

  <RDF:Description about="urn:mozilla:extension:addon3@tests.mozilla.org">
    <em:updates>
      <RDF:Seq>
        <!-- app id compatible update available -->
        <RDF:li>
          <RDF:Description>
            <em:version>2</em:version>
            <em:targetApplication>
              <RDF:Description>
                <em:id>xpcshell@tests.mozilla.org</em:id>
                <em:minVersion>1</em:minVersion>
                <em:maxVersion>1</em:maxVersion>
                <em:updateLink>http://localhost:%PORT%/broken.xpi</em:updateLink>
              </RDF:Description>
            </em:targetApplication>
          </RDF:Description>
        </RDF:li>
      </RDF:Seq>
    </em:updates>
  </RDF:Description>

</RDF:RDF>