From 77fde2fce73571a6c602b1e97ba337891fe13532 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sat, 14 Aug 2010 17:26:25 +0200 Subject: [PATCH] Remove skip test for local backend --- tests/backends/local_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/backends/local_test.py b/tests/backends/local_test.py index a5222276..ccc8bdd0 100644 --- a/tests/backends/local_test.py +++ b/tests/backends/local_test.py @@ -19,8 +19,6 @@ from tests import SkipTest, data_folder song = data_folder('song%s.wav') generate_song = lambda i: path_to_uri(song % i) -raise SkipTest - # FIXME can be switched to generic test class LocalCurrentPlaylistControllerTest(BaseCurrentPlaylistControllerTest, unittest.TestCase):