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

Unified Diff: tests/test_packagerEdge.py

Issue 29374642: Issue 4865 - Make sure Identity.Name attribute is different for devbuilds for Edge (Closed)
Patch Set: Rename a variable. Remove unnecessary conditional. Created Feb. 8, 2017, 7:45 a.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
« no previous file with comments | « tests/metadata.edge ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_packagerEdge.py
===================================================================
--- a/tests/test_packagerEdge.py
+++ b/tests/test_packagerEdge.py
@@ -150,7 +150,6 @@
base = [
('.//*', [len], 21.0),
- ('./ns:Identity', [first, attr('Name')], 'EyeoGmbH.AdblockPlus'),
('./ns:Identity', [first, attr('Publisher')],
'CN=4F066043-8AFE-41C9-B762-6C15E77E3F88'),
('./ns:Identity', [first, attr('Version')], '1.2.3.0'),
@@ -180,6 +179,8 @@
]
devbuild = base + [
+ ('./ns:Identity', [first, attr('Name')],
+ 'EyeoGmbH.AdblockPlusdevelopmentbuild'),
('./ns:Properties/ns:DisplayName', [first, text], 'devbuild-marker'),
('./ns:Applications/ns:Application/uap:VisualElements',
[first, attr('DisplayName')],
@@ -195,6 +196,7 @@
]
release = base + [
+ ('./ns:Identity', [first, attr('Name')], 'EyeoGmbH.AdblockPlus'),
('./ns:Properties/ns:DisplayName', [first, text], 'Adblock Plus'),
('./ns:Applications/ns:Application/uap:VisualElements',
[first, attr('DisplayName')],
« no previous file with comments | « tests/metadata.edge ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld