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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

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

mercurial