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

Unified Diff: tests/test_packagerEdge.py

Issue 29367145: Issue 4719 - Edge packager does not generate an info module (Closed)
Patch Set: Remove the redundant whitespace. Created Dec. 22, 2016, 4:24 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/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
@@ -167,6 +167,7 @@
assert 'AppxManifest.xml' in names
assert 'AppxBlockMap.xml' in names
assert '[Content_Types].xml' in names
+ assert 'Extension/lib/info.js' in names
assert 'devbuild-marker' not in appx.read('AppxManifest.xml')
assert appx.read('Assets/logo_44.png') == '44'
« 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