1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-23 06:42:05 +01:00

Media Refactoring - Test Updates

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7624 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-03-21 14:00:02 +00:00 committed by thiago
parent 56dc8bd953
commit 68b1c10c35

View file

@ -812,7 +812,7 @@ public class JingleManagerTest extends SmackTestCase {
JingleMediaManager jingleMediaManager = new JingleMediaManager() { JingleMediaManager jingleMediaManager = new JingleMediaManager() {
// Media Session Implementation // Media Session Implementation
public JingleMediaSession createMediaSession(final PayloadType payloadType, final TransportCandidate remote, final TransportCandidate local) { public JingleMediaSession createMediaSession(final PayloadType payloadType, final TransportCandidate remote, final TransportCandidate local) {
return new JingleMediaSession(payloadType, remote, local) { return new JingleMediaSession(payloadType, remote, local, null) {
public void initialize() { public void initialize() {