Fix test_created_playlist_is_persisted

This commit is contained in:
Thomas Adamcik 2010-04-26 23:08:02 +02:00
parent 8af5b553a3
commit 67ea51e719

View File

@ -130,4 +130,6 @@ class GStreamerStoredPlaylistsController(BaseStoredPlaylistsController):
self._playlists[index] = renamed
def save(self, playlist):
file = os.path.join(self._folder, playlist.name + '.m3u')
open(file, 'w').close()
self._playlists.append(playlist)