Make test match test name

This commit is contained in:
Stein Magnus Jodal 2010-07-31 23:25:25 +02:00
parent c3a228fbfd
commit 6d5d4d857d

View File

@ -565,7 +565,7 @@ class BasePlaybackControllerTest(object):
@populate_playlist
def test_previous_track_with_random(self):
self.playback.repeat = True
self.playback.random = True
for track in self.tracks:
self.playback.next()
self.assertEqual(self.playback.previous_track,