[arte] fix : arte-live site changes

This commit is contained in:
Bezleputh 2014-02-06 19:27:47 +01:00
commit d61d3ba6a4
6 changed files with 88 additions and 136 deletions

View file

@ -35,7 +35,7 @@ class ArteTest(BackendTest):
def test_live(self):
l1 = list(self.backend.iter_resources([BaseVideo], [u'arte-live']))
assert len(l1)
l2 = list(self.backend.iter_resources([BaseVideo], [u'arte-live', u'%s' % l1[0]]))
l2 = list(self.backend.iter_resources([BaseVideo], l1[0].split_path))
assert len(l2)
v = l2[0]
self.backend.fillobj(v, ('url',))