Fix getting youjizz video URLs, better test

This commit is contained in:
Laurent Bachelier 2012-03-16 01:28:49 +01:00 committed by Romain Bignon
commit 4d628112d5
2 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,7 @@
from weboob.tools.test import BackendTest
class YoujizzTest(BackendTest):
BACKEND = 'youjizz'
@ -31,3 +32,4 @@ class YoujizzTest(BackendTest):
v = l[0]
self.backend.fillobj(v, ('url',))
self.assertTrue(v.url and v.url.startswith('http://'), 'URL for video "%s" not found: %s' % (v.id, v.url))
self.backend.browser.openurl(v.url)