Fix three more tests

This commit is contained in:
Stein Magnus Jodal 2010-08-23 23:49:59 +02:00
parent d85684033a
commit efe14032ce

View File

@ -39,6 +39,7 @@ class GStreamerOutputTest(unittest.TestCase):
return my_end.recv()
def send(self, message):
message.update({'to': 'output'})
self.output.process_message(message)
def test_play_uri_existing_file(self):