fix tests

This commit is contained in:
Romain Bignon 2010-08-31 16:00:55 +02:00
commit 915bab2a68
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ class ArteTest(BackendTest):
BACKEND = 'arte'
def test_arte(self):
l = [v for v in self.backend.iter_search_results('arte')]
l = list(self.backend.iter_search_results('arte'))
if len(l) > 0:
v = l[0]
self.backend.fillobj(v, ('url',))