Fix test that was not updatet with respect to next starting playback

This commit is contained in:
Thomas Adamcik 2010-04-09 07:29:43 +02:00
parent 41bb558a8d
commit 285f5798d2

View File

@ -821,6 +821,7 @@ class BasePlaybackControllerTest(object):
def test_random_until_end_of_playlist_with_repeat(self):
self.playback.repeat = True
self.playback.random = True
self.playback.play()
for track in self.tracks:
self.playback.next()
self.assertNotEqual(self.playback.next_track, None)