Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JNRowe authored and fcuny committed Feb 10, 2012
1 parent bc08174 commit 9c0db0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_headers.py
Expand Up @@ -62,6 +62,8 @@ def test_ct(ct, should_be):
test_ct('application/xhtml+xml', 'content_is_xhtml')
test_ct('text/xml', 'content_is_xml')
test_ct('application/xml', 'content_is_xml')
test_ct('application/xhtml+xml', 'content_is_xml')
test_ct('application/xhtml+xml; charset=UTF-8', 'content_is_xml')

def test_content_params(self):
headers = Headers({'Content-type': 'text/html; charset=UTF-8'})
Expand Down

0 comments on commit 9c0db0e

Please sign in to comment.