From bbd2a9d6f089a52600e2e64f2b652cd47ef3a28e Mon Sep 17 00:00:00 2001 From: elpolilla Date: Mon, 29 Dec 2008 15:17:34 +0000 Subject: [PATCH] Fixed typo in test --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40569 --- scrapy/trunk/scrapy/tests/test_adaptors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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