Fixed typo in test

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40569
This commit is contained in:
elpolilla 2008-12-29 15:17:34 +00:00
parent 5eb7e5ba89
commit bbd2a9d6f0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class AdaptorsTestCase(unittest.TestCase):
'http://www.example.com/test/ascii',
'enc-ascii.html',
{'Content-Type': ['text/html; charset=utf-8']})
check_encoding(x, pound=False, euro=False)
check_extractor(x, pound=False, euro=False)
# Test for inconsistencies between HTTP header encoding and
# META header encoding. It must prefer HTTP header like browsers do