| 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')], |