Add extra assertion to test_clear_empty_playlist

This commit is contained in:
Thomas Adamcik 2010-04-07 01:06:40 +02:00
parent 2671bab2f1
commit 22bdcd8ba5

View File

@ -74,6 +74,7 @@ class BaseCurrentPlaylistControllerTest(object):
def test_clear_empty_playlist(self):
self.controller.clear()
self.assertEqual(len(self.controller.playlist.tracks), 0)
@populate_playlist
def test_clear_when_playing(self):