Add some test stubs for mpd cache handling

This commit is contained in:
Thomas Adamcik 2010-04-28 22:41:37 +02:00
parent febdbce0e1
commit 15751613a1

View File

@ -106,3 +106,10 @@ class MPDTagCacheToTracksTest(unittest.TestCase):
self.assertEqual(set(expected_tracks), tracks)
self.assertEqual(set(expected_artists), artists)
self.assertEqual(set(expected_albums), albums)
def test_unicode_cache(self):
raise SkipTest
def test_misencoded_cache(self):
# FIXME not sure if this can happen
raise SkipTest