Remove duplicate tearDown()

This commit is contained in:
Stein Magnus Jodal 2012-09-08 23:05:31 +02:00
parent e57a71729a
commit e948a51310

View File

@ -23,9 +23,6 @@ class GStreamerTest(unittest.TestCase):
self.gstreamer.prepare_change()
self.gstreamer.set_uri(uri)
def tearDown(self):
settings.runtime.clear()
def test_start_playback_existing_file(self):
self.prepare_uri(self.song_uri)
self.assertTrue(self.gstreamer.start_playback())