From 285f5798d2414a47382e428abe74b14125fcc233 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Fri, 9 Apr 2010 07:29:43 +0200 Subject: [PATCH] Fix test that was not updatet with respect to next starting playback --- tests/backends/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/backends/base.py b/tests/backends/base.py index 62956d19..a6292b14 100644 --- a/tests/backends/base.py +++ b/tests/backends/base.py @@ -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)