Add stub for testing another corner case

This commit is contained in:
Thomas Adamcik 2010-04-09 07:30:51 +02:00
parent 86c8ec6644
commit 16c78465b4

View File

@ -849,3 +849,6 @@ class BasePlaybackControllerTest(object):
self.backend.current_playlist.load(playlist)
self.playback.play()
self.assertEqual(self.playback.state, self.playback.STOPPED)
def test_playing_track_that_isnt_in_playlist(self):
raise SkipTest