[Bug 32085] New: Write tests for StreamedMedia
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Dec 3 20:30:53 CET 2010
https://bugs.freedesktop.org/show_bug.cgi?id=32085
Summary: Write tests for StreamedMedia
Product: Telepathy
Version: git master
Platform: Other
URL: http://git.collabora.co.uk/?p=user/alsuren/telepathy-s
ofiasip.git;a=shortlog;h=refs/heads/streamedmedia_test
s
OS/Version: All
Status: ASSIGNED
Severity: normal
Priority: medium
Component: sofiasip
AssignedTo: david.laban at collabora.co.uk
ReportedBy: david.laban at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
CC: mikhail.zabaluev at nokia.com
I'd quite like to port telepathy-sofiasip to Call at some point, and I don't
want to break StreamedMedia while I'm at it.
I'm writing tests by copy-pasting from gabble's jingle tests, and then changing
the network level events.
Status as of 2010-12-03 is that I get all of the dbus traffic correct as far as
the first network event, but only for the CreateChannel({TargetHandleType:
Contact, TargetHandle: h}); RequestStreams() case.
Next week, I will look at the following cases:
REQUEST_ANONYMOUS = 1 # RequestChannel(HandleTypeNone, 0); RequestStreams()
REQUEST_ANONYMOUS_AND_ADD = 2 # RequestChannel(HandleTypeNone, 0);
# AddMembers([h], ...); RequestStreams(h,...)
REQUEST_NONYMOUS = 3 # RequestChannel(HandleTypeContact, h);
# RequestStreams(h, ...)
as far as I can be bothered to get, and then check that the network traffic is
all correct.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list