Add test_next_track_empty_playlist

This commit is contained in:
Thomas Adamcik 2010-02-14 16:46:33 +01:00
parent 3b089b2b13
commit 168d62f7ba

View File

@ -341,7 +341,7 @@ class BasePlaybackControllerTest(object):
self.assertEqual(self.playback.next_track, tracks[1])
def test_next_track_empty_playlist(self):
raise NotImplementedError
self.assertEqual(self.playback.next_track, None)
@populate_playlist
def test_previous_track_before_play(self):