[farsight2/master] Reset has_negotiated to false before next test

Olivier Crête olivier.crete at collabora.co.uk
Fri Feb 20 11:44:39 PST 2009


---
 tests/check/rtp/codecs.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/check/rtp/codecs.c b/tests/check/rtp/codecs.c
index 320e43e..7388c11 100644
--- a/tests/check/rtp/codecs.c
+++ b/tests/check/rtp/codecs.c
@@ -247,6 +247,8 @@ GST_START_TEST (test_rtpcodecs_two_way_negotiation)
   fs_codec_list_destroy (codecs);
   codecs = NULL;
 
+  has_negotiated = FALSE;
+
   codecs = g_list_append (codecs,
       fs_codec_new (
           118,
-- 
1.5.6.5




More information about the farsight-commits mailing list