Add stub for test_load_replaces_playlist
This commit is contained in:
parent
619ce7230d
commit
b8b46cfac5
@ -92,6 +92,9 @@ class BaseCurrentPlaylistControllerTest(object):
|
|||||||
# FIXME how do we test this without going into internals?
|
# FIXME how do we test this without going into internals?
|
||||||
self.assertEqual(new_playlist, self.controller._playlist)
|
self.assertEqual(new_playlist, self.controller._playlist)
|
||||||
|
|
||||||
|
def test_load_replaces_playlist(self):
|
||||||
|
raise SkipTest
|
||||||
|
|
||||||
def test_load_does_not_reset_version(self):
|
def test_load_does_not_reset_version(self):
|
||||||
version = self.controller.version
|
version = self.controller.version
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user