Placeholder test_santitising_of_playlist_filenames

This commit is contained in:
Thomas Adamcik 2010-04-26 23:27:47 +02:00
parent cf05777e9f
commit d522415757

View File

@ -79,6 +79,9 @@ class GStreamerBackendStoredPlaylistsControllerTest(BaseStoredPlaylistsControlle
self.assert_(not os.path.exists(file1))
self.assert_(os.path.exists(file2))
def test_santitising_of_playlist_filenames(self):
raise SkipTest
if __name__ == '__main__':
unittest.main()