[biplan]Update to match with ICapCalendar new features

This commit is contained in:
Bezleputh 2013-11-06 13:24:51 +01:00 committed by Florent
commit 1ae5552103
5 changed files with 54 additions and 22 deletions

View file

@ -28,5 +28,5 @@ class BiplanTest(BackendTest):
def test_biplan_list(self):
l = list(self.backend.list_events(datetime.now()))
assert len(l)
event = self.backend.get_event(l[0].id, None)
event = self.backend.get_event(l[0].id)
self.assertTrue(event.url, 'URL for event "%s" not found: %s' % (event.id, event.url))