Adjust way to fragile test_next_with_random

This commit is contained in:
Thomas Adamcik 2010-04-07 02:02:35 +02:00
parent a352590f60
commit d806a304bc

View File

@ -743,7 +743,7 @@ class BasePlaybackControllerTest(object):
self.playback.random = True
self.playback.play()
self.playback.next()
self.assertEqual(self.playback.current_track, self.tracks[2])
self.assertEqual(self.playback.current_track, self.tracks[1])
@populate_playlist
def test_previous_with_random(self):