fixed stats downloadermw test

This commit is contained in:
Ismael Carnales 2009-09-07 11:14:38 -03:00
parent 82ca5e26f5
commit f0b5892aa5
1 changed files with 2 additions and 2 deletions

View File

@ -34,6 +34,6 @@ class TestDownloaderStats(TestCase):
self.assertEqual(stats.get_value('downloader/exception_count', \
domain=self.spider.domain_name), 1)
def tearUp(self):
stats.close_domain(self.spider.domain_name)
def tearDown(self):
stats.close_domain(self.spider.domain_name, '')