fix tests

This commit is contained in:
Romain Bignon 2011-06-26 23:20:04 +02:00
commit 22bcc77058
3 changed files with 3 additions and 8 deletions

View file

@ -21,9 +21,9 @@
from weboob.tools.test import BackendTest
class PluzzTest(BackendTest):
BACKEND = 'pluzz'
BACKEND = 'francetelevisions'
def test_pluzz(self):
def test_francetelevisions(self):
l = list(self.backend.iter_search_results('jt'))
self.assertTrue(len(l) > 0)
v = l[0]