[telepathy-gabble/master] Verify the stream media RCC contains Initial Audio/Video

Sjoerd Simons sjoerd.simons at collabora.co.uk
Tue Dec 29 05:34:36 PST 2009


---
 tests/twisted/jingle/outgoing-basics.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/jingle/outgoing-basics.py b/tests/twisted/jingle/outgoing-basics.py
index 26c8c23..9343549 100644
--- a/tests/twisted/jingle/outgoing-basics.py
+++ b/tests/twisted/jingle/outgoing-basics.py
@@ -281,6 +281,9 @@ def rccs(q, bus, conn, stream):
     assertContains(cs.TARGET_HANDLE, allowed)
     assertContains(cs.TARGET_ID, allowed)
 
+    assertContains (cs.INITIAL_VIDEO, allowed)
+    assertContains (cs.INITIAL_AUDIO, allowed)
+
 if __name__ == '__main__':
     exec_test(rccs)
     test_all_dialects(request_anonymous)
-- 
1.5.6.5




More information about the telepathy-commits mailing list