Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: tests/expecteddata/manifest_gecko_False_False.rdf

Issue 29501558: Issue 5383 - Add tests for the Chrome and Firefox packagers (Closed)
Patch Set: Adding pytest-cov, adhering to comments Created Aug. 14, 2017, 2:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/expecteddata/manifest_gecko_False_False.rdf
diff --git a/tests/expecteddata/manifest_gecko_False_False.rdf b/tests/expecteddata/manifest_gecko_False_False.rdf
new file mode 100644
index 0000000000000000000000000000000000000000..c4be1e3e8326b1078d068df3aa9b3539e3d3ddf4
--- /dev/null
+++ b/tests/expecteddata/manifest_gecko_False_False.rdf
@@ -0,0 +1,57 @@
+<?xml version="1.0"?>
+
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:em="http://www.mozilla.org/2004/em-rdf#">
+
+ <Description about="urn:mozilla:install-manifest">
+ <em:id>{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}</em:id>
+ <em:version>2.9.1.0</em:version>
+ <em:name>Name en-US</em:name>
+ <em:description>Awesome description en-US</em:description>
+ <em:creator>Wladimir Palant</em:creator><em:contributor>Pety Pete</em:contributor><em:contributor>Neil Armstrong</em:contributor><em:contributor>Famlam</em:contributor><em:contributor>fanboy</em:contributor><em:contributor>Khrin</em:contributor><em:contributor>MonztA</em:contributor>
+ <em:homepageURL>http://adblockplus.org/</em:homepageURL>
+ <em:type>2</em:type>
+ <em:bootstrap>true</em:bootstrap>
+ <em:multiprocessCompatible>true</em:multiprocessCompatible>
+ <em:optionsURL>chrome://adblockplus/content/ui/settings.xul</em:optionsURL>
+ <em:optionsType>2</em:optionsType>
+ <em:localized>
+ <Description>
+ <em:locale>de</em:locale>
+ <em:creator>Wladimir Palant</em:creator><em:contributor>Pety Pete</em:contributor><em:contributor>Neil Armstrong</em:contributor><em:contributor>Famlam</em:contributor><em:contributor>fanboy</em:contributor><em:contributor>Khrin</em:contributor><em:contributor>MonztA</em:contributor>
+ <em:name>Name de</em:name>
+ <em:description>Awesome description de</em:description>
+ <em:homepageURL>http://adblockplus.org/de/</em:homepageURL>
+ </Description>
+ </em:localized>
+ <em:localized>
+ <Description>
+ <em:locale>en-US</em:locale>
+ <em:creator>Wladimir Palant</em:creator><em:contributor>Pety Pete</em:contributor><em:contributor>Neil Armstrong</em:contributor><em:contributor>Famlam</em:contributor><em:contributor>fanboy</em:contributor><em:contributor>Khrin</em:contributor><em:contributor>MonztA</em:contributor>
+ <em:name>Name en-US</em:name>
+ <em:description>Awesome description en-US</em:description>
+ <em:homepageURL>http://adblockplus.org/en/</em:homepageURL>
+ </Description>
+ </em:localized>
+ <em:targetApplication>
+ <Description>
+ <!-- firefox -->
+ <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
+ <em:minVersion>51.0</em:minVersion>
+ <em:maxVersion>*</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ <em:targetApplication>
+ <Description>
+ <!-- thunderbird -->
+ <em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
+ <em:minVersion>51.0</em:minVersion>
+ <em:maxVersion>57.0</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+ </Description>
+</RDF>

Powered by Google App Engine
This is Rietveld