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

Unified Diff: tests/test_packagerWebExt.py

Issue 29968555: Issue 7145 - Change manifest name for release builds
Patch Set: Updated tests Created Dec. 29, 2018, 5:04 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
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/test_packagerWebExt.py
diff --git a/tests/test_packagerWebExt.py b/tests/test_packagerWebExt.py
index b370932cce903ca4b65b3fefaa491eedcc408faf..9b3d0422c46496468b2a1d7bfc636370c9f4eb2f 100644
--- a/tests/test_packagerWebExt.py
+++ b/tests/test_packagerWebExt.py
@@ -32,6 +32,7 @@ ALL_LANGUAGES = ['en_US', 'de', 'it']
MESSAGES_EN_US = json.dumps({
'name': {'message': 'Adblock Plus'},
+ 'name_releasebuild': {'message': 'Adblock Plus - free ad blocker'},
'name_devbuild': {'message': 'Adblock Plus development build'},
'description': {
'message': 'Adblock Plus is the most popular ad blocker ever, '
« no previous file with comments | « tests/expecteddata/manifest_gecko_release_build.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld