fixed generic comic reader tests

This commit is contained in:
Noé Rubinstein 2011-09-04 11:55:28 +02:00 committed by Romain Bignon
commit b873878e31
8 changed files with 16 additions and 9 deletions

View file

@ -21,5 +21,6 @@ from weboob.tools.capabilities.gallery.genericcomicreader import GenericComicRea
class BatotoTest(GenericComicReaderTest):
BACKEND = 'batoto'
DOWNLOAD_ID = '26287/yurumates_ch4_by_primitive-scans'
def test_download(self):
return self._test_download('26287/yurumates_ch4_by_primitive-scans')