Add stub for test_load_replaces_playlist

This commit is contained in:
Thomas Adamcik 2010-04-09 08:37:12 +02:00
parent 619ce7230d
commit b8b46cfac5

View File

@ -92,6 +92,9 @@ class BaseCurrentPlaylistControllerTest(object):
# FIXME how do we test this without going into internals?
self.assertEqual(new_playlist, self.controller._playlist)
def test_load_replaces_playlist(self):
raise SkipTest
def test_load_does_not_reset_version(self):
version = self.controller.version