modify audioaddict module to use the modified ICapRadio

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière 2013-12-15 20:09:37 +01:00 committed by Florent
commit f90cb73a85
2 changed files with 28 additions and 14 deletions

View file

@ -35,8 +35,8 @@ class AudioAddictTest(BackendTest):
radio = self.backend.get_radio('classicrock.RockRadio')
self.assertTrue(radio.title)
self.assertTrue(radio.description)
self.assertTrue(radio.current.title)
self.assertTrue(radio.current.artist)
self.assertTrue(radio.current.who)
self.assertTrue(radio.current.what)
self.assertTrue(radio.streams[0].url)
self.assertTrue(radio.streams[0].title)