[farsight2/master] Add destroy method to TestParticipant
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:24:09 PST 2008
---
tests/gui/fs2_gui_net.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/gui/fs2_gui_net.py b/tests/gui/fs2_gui_net.py
index 0c779da..ef3d3fe 100644
--- a/tests/gui/fs2_gui_net.py
+++ b/tests/gui/fs2_gui_net.py
@@ -421,6 +421,8 @@ if __name__ == "__main__":
def send_local_codecs(self):
for id in self.streams:
self.streams[id].send_local_codecs()
+ def destroy(self):
+ pass
mycname = "test"
--
1.5.6.5
More information about the farsight-commits
mailing list