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

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:2490cae33052
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE RDF:RDF [
3 <!ENTITY bug299716 "urn:mozilla:extension:bug299716">
4 <!ENTITY addons_prefix "http://localhost:4444/addons/test_bug299716">
5 <!ENTITY v0.2 "<em:version>0.2</em:version>">
6
7 <!ENTITY xpcshell.app "
8 <em:id>xpcshell@tests.mozilla.org</em:id>
9 <em:minVersion>5</em:minVersion>
10 <em:maxVersion>5</em:maxVersion>
11 ">
12
13 <!ENTITY toolkit.app "
14 <em:id>toolkit@mozilla.org</em:id>
15 <em:minVersion>1.9</em:minVersion>
16 <em:maxVersion>1.9</em:maxVersion>
17 ">
18
19 <!ENTITY invalidRange "
20 <em:minVersion>30</em:minVersion>
21 <em:maxVersion>30</em:maxVersion>
22 ">
23
24 <!ENTITY xpcshell.invalid "
25 <em:id>xpcshell@tests.mozilla.org</em:id>
26 &invalidRange;
27 ">
28
29 <!ENTITY toolkit.invalid "
30 <em:id>toolkit@mozilla.org</em:id>
31 &invalidRange;
32 ">
33 ]>
34 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
35 xmlns:em="http://www.mozilla.org/2004/em-rdf#">
36 <!-- XPCShell -->
37 <RDF:Description about="&bug299716;-a@tests.mozilla.org">
38 <em:updates>
39 <RDF:Seq>
40 <RDF:li RDF:resource="&bug299716;-a@tests.mozilla.org:0.2"/>
41 </RDF:Seq>
42 </em:updates>
43 </RDF:Description>
44
45 <RDF:Description about="&bug299716;-a@tests.mozilla.org:0.2">
46 &v0.2;
47 <em:targetApplication>
48 <RDF:Description em:updateLink="&addons_prefix;_a_2.xpi">
49 &xpcshell.app;
50 </RDF:Description>
51 </em:targetApplication>
52 </RDF:Description>
53
54 <!-- Toolkit -->
55 <RDF:Description about="&bug299716;-b@tests.mozilla.org">
56 <em:updates>
57 <RDF:Seq>
58 <RDF:li RDF:resource="&bug299716;-b@tests.mozilla.org:0.2"/>
59 </RDF:Seq>
60 </em:updates>
61 </RDF:Description>
62
63 <RDF:Description about="&bug299716;-b@tests.mozilla.org:0.2">
64 &v0.2;
65 <em:targetApplication>
66 <RDF:Description em:updateLink="&addons_prefix;_b_2.xpi">
67 &toolkit.app;
68 </RDF:Description>
69 </em:targetApplication>
70 </RDF:Description>
71
72 <!-- XPCShell + Toolkit -->
73 <RDF:Description about="&bug299716;-c@tests.mozilla.org">
74 <em:updates>
75 <RDF:Seq>
76 <RDF:li RDF:resource="&bug299716;-c@tests.mozilla.org:0.2"/>
77 </RDF:Seq>
78 </em:updates>
79 </RDF:Description>
80
81 <RDF:Description about="&bug299716;-c@tests.mozilla.org:0.2">
82 &v0.2;
83 <em:targetApplication>
84 <RDF:Description em:updateLink="&addons_prefix;_c_2.xpi">
85 &xpcshell.app;
86 </RDF:Description>
87 </em:targetApplication>
88 <em:targetApplication>
89 <RDF:Description em:updateLink="&addons_prefix;_c_2.xpi">
90 &toolkit.app;
91 </RDF:Description>
92 </em:targetApplication>
93 </RDF:Description>
94
95 <!-- XPCShell (Toolkit invalid) -->
96 <RDF:Description about="&bug299716;-d@tests.mozilla.org">
97 <em:updates>
98 <RDF:Seq>
99 <RDF:li RDF:resource="&bug299716;-d@tests.mozilla.org:0.2"/>
100 </RDF:Seq>
101 </em:updates>
102 </RDF:Description>
103
104 <RDF:Description about="&bug299716;-d@tests.mozilla.org:0.2">
105 &v0.2;
106 <em:targetApplication>
107 <RDF:Description em:updateLink="&addons_prefix;_d_2.xpi">
108 &xpcshell.app;
109 </RDF:Description>
110 </em:targetApplication>
111 <em:targetApplication>
112 <RDF:Description em:updateLink="&addons_prefix;_d_2.xpi">
113 &toolkit.invalid;
114 </RDF:Description>
115 </em:targetApplication>
116 </RDF:Description>
117
118 <!-- Toolkit (XPCShell invalid), should not install -->
119 <RDF:Description about="&bug299716;-e@tests.mozilla.org">
120 <em:updates>
121 <RDF:Seq>
122 <RDF:li RDF:resource="&bug299716;-e@tests.mozilla.org:0.2"/>
123 </RDF:Seq>
124 </em:updates>
125 </RDF:Description>
126
127 <RDF:Description about="&bug299716;-e@tests.mozilla.org:0.2">
128 &v0.2;
129 <em:targetApplication>
130 <RDF:Description em:updateLink="&addons_prefix;_e_2.xpi">
131 &xpcshell.invalid;
132 </RDF:Description>
133 </em:targetApplication>
134 <em:targetApplication>
135 <RDF:Description em:updateLink="&addons_prefix;_e_2.xpi">
136 &toolkit.app;
137 </RDF:Description>
138 </em:targetApplication>
139 </RDF:Description>
140
141 <!-- None (XPCShell, Toolkit invalid), should not install -->
142 <RDF:Description about="&bug299716;-f@tests.mozilla.org">
143 <em:updates>
144 <RDF:Seq>
145 <RDF:li RDF:resource="&bug299716;-f@tests.mozilla.org:0.2"/>
146 </RDF:Seq>
147 </em:updates>
148 </RDF:Description>
149
150 <RDF:Description about="&bug299716;-f@tests.mozilla.org:0.2">
151 &v0.2;
152 <em:targetApplication>
153 <RDF:Description em:updateLink="&addons_prefix;_f_2.xpi">
154 &xpcshell.invalid;
155 </RDF:Description>
156 </em:targetApplication>
157 <em:targetApplication>
158 <RDF:Description em:updateLink="&addons_prefix;_f_2.xpi">
159 &toolkit.invalid;
160 </RDF:Description>
161 </em:targetApplication>
162 </RDF:Description>
163
164 <!-- Toolkit (invalid), should not install -->
165 <RDF:Description about="&bug299716;-g@tests.mozilla.org">
166 <em:updates>
167 <RDF:Seq>
168 <RDF:li RDF:resource="&bug299716;-g@tests.mozilla.org:0.2"/>
169 </RDF:Seq>
170 </em:updates>
171 </RDF:Description>
172
173 <RDF:Description about="&bug299716;-g@tests.mozilla.org:0.2">
174 &v0.2;
175 <em:targetApplication>
176 <RDF:Description em:updateLink="&addons_prefix;_g_2.xpi">
177 &toolkit.invalid;
178 </RDF:Description>
179 </em:targetApplication>
180 </RDF:Description>
181 </RDF:RDF>

mercurial