Add FIXME

This commit is contained in:
Thomas Adamcik 2010-04-26 23:07:31 +02:00
parent 4f3b2cd45a
commit 827d450211

View File

@ -959,6 +959,7 @@ class BaseStoredPlaylistsControllerTest(object):
self.stored.rename(Playlist(), 'test2')
def test_save(self):
# FIXME should we handle playlists without names?
playlist = Playlist(name='test')
self.stored.save(playlist)
self.assert_(playlist in self.stored.playlists)