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

Unified Diff: tests/test_packagerEdge.py

Issue 29399569: Issue 5060 - Move require into modules template, make info a module (Closed)
Patch Set: Improve check for require Created April 1, 2017, 1:27 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
« templates/modules.js.tmpl ('K') | « templates/modules.js.tmpl ('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
diff --git a/tests/test_packagerEdge.py b/tests/test_packagerEdge.py
index 48b46c96fe858c66a836d561628cd98a77f19c8a..3eedfad5a68a4ae0891d5d126e58f0002971aa57 100644
--- a/tests/test_packagerEdge.py
+++ b/tests/test_packagerEdge.py
@@ -246,7 +246,6 @@ def test_create_build(tmpdir, srcdir):
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'
« templates/modules.js.tmpl ('K') | « templates/modules.js.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld