[farsight2/master] Remove candidate_id from the python test
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:22:18 PST 2008
---
tests/gui/fs2_gui_net.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/tests/gui/fs2_gui_net.py b/tests/gui/fs2_gui_net.py
index 9cf3c65..3050bcb 100644
--- a/tests/gui/fs2_gui_net.py
+++ b/tests/gui/fs2_gui_net.py
@@ -157,7 +157,6 @@ class FsUIConnect:
def __candidate_to_string(self, candidate):
return "|".join((
- candidate.candidate_id,
candidate.foundation,
str(candidate.component_id),
candidate.ip,
@@ -172,8 +171,7 @@ class FsUIConnect:
def __candidate_from_string(self, string):
candidate = farsight.Candidate()
- (candidate.candidate_id,
- candidate.foundation,
+ (candidate.foundation,
component_id,
candidate.ip,
port,
--
1.5.6.5
More information about the farsight-commits
mailing list