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

Unified Diff: sitescripts/extensions/test/test_updateManifests.py

Issue 29589674: Issue 5942 - don't create Gecko update manifests (Closed)
Patch Set: Removing further unused code Created Oct. 26, 2017, 10:35 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: sitescripts/extensions/test/test_updateManifests.py
diff --git a/sitescripts/extensions/test/test_updateManifests.py b/sitescripts/extensions/test/test_updateManifests.py
index faf6b362835e516e414e6d450bcf5dfd2309d565..cb4319b6e4206ded94edf4b6540ffe0da3717754 100644
--- a/sitescripts/extensions/test/test_updateManifests.py
+++ b/sitescripts/extensions/test/test_updateManifests.py
@@ -35,7 +35,7 @@ def test_update_manifests(config_ini, hg_dir, tmpdir, oracle):
cmd = ['python', '-m', 'sitescripts.extensions.bin.updateUpdateManifests']
subprocess.check_call(cmd, env=env)
for filename in ['androidupdates.json', 'androidupdates.xml',
- 'ieupdate.json', 'updates.json', 'updates.plist']:
+ 'ieupdate.json', 'updates.plist']:
got = tmpdir.join(filename).read().strip()
expect = oracle(filename)
if filename.endswith('.json'):

Powered by Google App Engine
This is Rietveld