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

Unified Diff: tests/test_packagerEdge.py

Issue 29360043: Issue 4575 - Fix failing tests in buildtools (Closed)
Patch Set: Address comments on patch set 1 Created Nov. 30, 2016, 3:10 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 | « releaseAutomation.py ('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
@@ -114,17 +114,17 @@
filenames = ['no-extension', packagerEdge.MANIFEST, packagerEdge.BLOCKMAP]
filenames += ['file.' + x for x in 'json html js png css git otf'.split()]
ctm_dict = ctm2dict(packagerEdge.create_content_types_map(filenames))
assert ctm_dict['defaults'] == {
'css': 'text/css',
'html': 'text/html',
'js': 'application/javascript',
'json': 'application/json',
- 'otf': 'application/x-font-otf',
+ 'otf': 'application/octet-stream',
'png': 'image/png',
'xml': 'application/xml'
}
assert ctm_dict['overrides'] == {
'/AppxBlockMap.xml': 'application/vnd.ms-appx.blockmap+xml',
'/AppxManifest.xml': 'application/vnd.ms-appx.manifest+xml'
}
« no previous file with comments | « releaseAutomation.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld