diff --git a/scrapy/trunk/scrapy/tests/test_adaptors.py b/scrapy/trunk/scrapy/tests/test_adaptors.py index 6f1a69011..5acc6a81d 100644 --- a/scrapy/trunk/scrapy/tests/test_adaptors.py +++ b/scrapy/trunk/scrapy/tests/test_adaptors.py @@ -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