Fix broken test code

This commit is contained in:
Thomas Adamcik 2010-02-18 02:31:36 +01:00
parent 1bc3693c6b
commit f920aa31ca

View File

@ -465,6 +465,7 @@ class BasePlaybackControllerTest(object):
self.playback.resume()
self.assertEqual(self.playback.state, self.playback.PLAYING)
@populate_playlist
def test_resume_when_paused(self):
self.playback.play()
self.playback.pause()