|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 |
|
3 <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
4 xmlns:em="http://www.mozilla.org/2004/em-rdf#"> |
|
5 |
|
6 <RDF:Description about="urn:mozilla:extension:bug394300_1@tests.mozilla.org"> |
|
7 <em:updates> |
|
8 <RDF:Seq> |
|
9 <!-- Not a valid install - incompatible app versions --> |
|
10 <RDF:li> |
|
11 <RDF:Description> |
|
12 <em:version>20</em:version> |
|
13 <em:targetApplication> |
|
14 <RDF:Description> |
|
15 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
16 <em:minVersion>2</em:minVersion> |
|
17 <em:maxVersion>2</em:maxVersion> |
|
18 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
19 </RDF:Description> |
|
20 </em:targetApplication> |
|
21 </RDF:Description> |
|
22 </RDF:li> |
|
23 <!-- Valid install should be the version detected --> |
|
24 <RDF:li> |
|
25 <RDF:Description> |
|
26 <em:version>10</em:version> |
|
27 <em:targetApplication> |
|
28 <RDF:Description> |
|
29 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
30 <em:minVersion>1</em:minVersion> |
|
31 <em:maxVersion>1</em:maxVersion> |
|
32 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
33 </RDF:Description> |
|
34 </em:targetApplication> |
|
35 </RDF:Description> |
|
36 </RDF:li> |
|
37 <!-- Valid install. Detecting this would indicate that the order |
|
38 of entries is playing a part in the update detection. --> |
|
39 <RDF:li> |
|
40 <RDF:Description> |
|
41 <em:version>6</em:version> |
|
42 <em:targetApplication> |
|
43 <RDF:Description> |
|
44 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
45 <em:minVersion>1</em:minVersion> |
|
46 <em:maxVersion>1</em:maxVersion> |
|
47 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
48 </RDF:Description> |
|
49 </em:targetApplication> |
|
50 </RDF:Description> |
|
51 </RDF:li> |
|
52 <!-- Not a valid install - no minVersion or maxVersion specified --> |
|
53 <RDF:li> |
|
54 <RDF:Description> |
|
55 <em:version>40</em:version> |
|
56 <em:targetApplication> |
|
57 <RDF:Description> |
|
58 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
59 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
60 </RDF:Description> |
|
61 </em:targetApplication> |
|
62 </RDF:Description> |
|
63 </RDF:li> |
|
64 <!-- Not a valid install - incompatible app versions --> |
|
65 <RDF:li> |
|
66 <RDF:Description> |
|
67 <em:version>30</em:version> |
|
68 <em:targetApplication> |
|
69 <RDF:Description> |
|
70 <em:id>xpcshell@tests.mozilla.org</em:id> |
|
71 <em:minVersion>2</em:minVersion> |
|
72 <em:maxVersion>2</em:maxVersion> |
|
73 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
74 </RDF:Description> |
|
75 </em:targetApplication> |
|
76 </RDF:Description> |
|
77 </RDF:li> |
|
78 </RDF:Seq> |
|
79 </em:updates> |
|
80 </RDF:Description> |
|
81 |
|
82 <RDF:Description about="urn:mozilla:extension:bug394300_2@tests.mozilla.org"> |
|
83 <em:updates> |
|
84 <RDF:Seq> |
|
85 <!-- Not a valid install - incompatible app versions --> |
|
86 <RDF:li> |
|
87 <RDF:Description> |
|
88 <em:version>20</em:version> |
|
89 <em:targetApplication> |
|
90 <RDF:Description> |
|
91 <em:id>toolkit@mozilla.org</em:id> |
|
92 <em:minVersion>2</em:minVersion> |
|
93 <em:maxVersion>2</em:maxVersion> |
|
94 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
95 </RDF:Description> |
|
96 </em:targetApplication> |
|
97 </RDF:Description> |
|
98 </RDF:li> |
|
99 <!-- Valid install should be the version detected --> |
|
100 <RDF:li> |
|
101 <RDF:Description> |
|
102 <em:version>10</em:version> |
|
103 <em:targetApplication> |
|
104 <RDF:Description> |
|
105 <em:id>toolkit@mozilla.org</em:id> |
|
106 <em:minVersion>1.9</em:minVersion> |
|
107 <em:maxVersion>1.9</em:maxVersion> |
|
108 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
109 </RDF:Description> |
|
110 </em:targetApplication> |
|
111 </RDF:Description> |
|
112 </RDF:li> |
|
113 <!-- Valid install. Detecting this would indicate that the order |
|
114 of entries is playing a part in the update detection. --> |
|
115 <RDF:li> |
|
116 <RDF:Description> |
|
117 <em:version>6</em:version> |
|
118 <em:targetApplication> |
|
119 <RDF:Description> |
|
120 <em:id>toolkit@mozilla.org</em:id> |
|
121 <em:minVersion>1.9</em:minVersion> |
|
122 <em:maxVersion>1.9</em:maxVersion> |
|
123 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
124 </RDF:Description> |
|
125 </em:targetApplication> |
|
126 </RDF:Description> |
|
127 </RDF:li> |
|
128 <!-- Not a valid install - no minVersion or maxVersion specified --> |
|
129 <RDF:li> |
|
130 <RDF:Description> |
|
131 <em:version>40</em:version> |
|
132 <em:targetApplication> |
|
133 <RDF:Description> |
|
134 <em:id>toolkit@mozilla.org</em:id> |
|
135 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
136 </RDF:Description> |
|
137 </em:targetApplication> |
|
138 </RDF:Description> |
|
139 </RDF:li> |
|
140 <!-- Not a valid install - incompatible app versions --> |
|
141 <RDF:li> |
|
142 <RDF:Description> |
|
143 <em:version>30</em:version> |
|
144 <em:targetApplication> |
|
145 <RDF:Description> |
|
146 <em:id>toolkit@mozilla.org</em:id> |
|
147 <em:minVersion>2</em:minVersion> |
|
148 <em:maxVersion>2</em:maxVersion> |
|
149 <em:updateLink>http://localhost:4444/broken.xpi</em:updateLink> |
|
150 </RDF:Description> |
|
151 </em:targetApplication> |
|
152 </RDF:Description> |
|
153 </RDF:li> |
|
154 </RDF:Seq> |
|
155 </em:updates> |
|
156 </RDF:Description> |
|
157 |
|
158 </RDF:RDF> |
|
159 |