core: Test stream_title_changed listener

This commit is contained in:
Thomas Adamcik 2015-03-14 00:30:46 +01:00
parent 67f9bd73bf
commit 6260ba00be

View File

@ -58,5 +58,5 @@ class CoreListenerTest(unittest.TestCase):
def test_listener_has_default_impl_for_seeked(self):
self.listener.seeked(0)
def test_listener_has_default_impl_for_current_metadata_changed(self):
self.listener.current_metadata_changed()
def test_listener_has_default_impl_for_stream_title_changed(self):
self.listener.stream_title_changed('foobar')