Don't use GStreamer's fakesink, since two tests fails using it

This commit is contained in:
Stein Magnus Jodal 2010-06-28 23:27:00 +02:00
parent 04c7fe9e5c
commit 770e1fa85e

View File

@ -37,7 +37,8 @@ class GStreamerPlaybackControllerTest(BasePlaybackControllerTest,
def setUp(self):
super(GStreamerPlaybackControllerTest, self).setUp()
self.backend.playback.use_fake_sink()
# Two tests does not work at all when using the fake sink
#self.backend.playback.use_fake_sink()
def add_track(self, path):
uri = path_to_uri(data_folder(path))