Add test_next_for_empty_playlist

This commit is contained in:
Thomas Adamcik 2010-02-14 16:21:35 +01:00
parent 9db0ac778f
commit 50fe8c5cd2

View File

@ -291,7 +291,7 @@ class BasePlaybackControllerTest(object):
self.assertEqual(playback.playlist_position, len(tracks) - 1)
def test_next_for_empty_playlist(self):
raise NotImplementedError
self.playback.next()
@populate_playlist
def test_previous(self):