[Telepathy-commits] [telepathy-gabble/master] I accidentially the fd.o#

Senko Rasic senko.rasic at collabora.co.uk
Tue Jan 20 04:08:10 PST 2009


---
 NEWS                                               |    3 ++-
 .../twisted/jingle/test-content-adding-removal.py  |    5 +----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 98068ea..536cad5 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,8 @@ Fixes:
 
 * Don't crash when closing a muc channel containing an closed D-Bus tube.
 * Don't resurrect removed streams if the call responder includes them in
-  session-accept (fd.o #19327).
+  session-accept 
+* Don't crash in calls if using glib with debugging enabled (fd.o #19327).
 
 telepathy-gabble 0.7.18 (2009-01-06)
 ====================================
diff --git a/tests/twisted/jingle/test-content-adding-removal.py b/tests/twisted/jingle/test-content-adding-removal.py
index fd04836..73ef3d5 100644
--- a/tests/twisted/jingle/test-content-adding-removal.py
+++ b/tests/twisted/jingle/test-content-adding-removal.py
@@ -3,9 +3,6 @@ Test content adding and removal during the session. We start
 session with only one stream, then add one more, then remove
 the first one and lastly remove the second stream, which
 closes the session.
-
-Also does regression test for http://bugs.freedesktop.org/show_bug.cgi?id=19327
-
 """
 
 from gabbletest import exec_test, make_result_iq, sync_stream, \
@@ -107,7 +104,7 @@ def test(q, bus, conn, stream):
 
     # Only now the remote end removes the video stream; if gabble mistakenly
     # marked it as accepted on session acceptance, it'll crash right about
-    # now (fd.o #19327). If it's good, stream will be really removed, and
+    # now. If it's good, stream will be really removed, and
     # we can proceed.
 
     stream.send(gabbletest.make_result_iq(stream, e2.stanza))
-- 
1.5.6.5



More information about the Telepathy-commits mailing list