Skip to content
Snippets Groups Projects
Commit f8ce6631 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1313] UnitTest change AudioRtpSession for AudioSymetricRtpSession instance

parent 4bd05e69
Branches
Tags
No related merge requests found
......@@ -81,7 +81,7 @@ bool RtpTest::pjsipInit()
void RtpTest::testRtpInitClose()
{
audiortp = new AudioRtp();
audiortp = new AudioSymmetricRtpSession(Manager::instance(), sipcall);
_debug ("------ void RtpTest::testRtpInit() ------\n");
......
......@@ -40,6 +40,7 @@
// Application import
#include "manager.h"
#include "audio/audiortp/AudioRtpSession.h"
#include "audio/audiortp/AudioSymmetricRtpSession.h"
#include "call.h"
#include "sip/sipcall.h"
#include "sip/sipvoiplink.h"
......@@ -47,7 +48,7 @@
#include "config/config.h"
#include "user_cfg.h"
using namespace sfl;
/*
* @file audiorecorderTest.cpp
......@@ -57,7 +58,8 @@
#ifndef _RTP_TEST_
#define _RTP_TEST_
class AudioRtp;
class AudioSymmetricRtpSession;
class AudioRtpSession;
class AudioRtpRTX;
class SIPVoIPLink;
......@@ -103,7 +105,7 @@ class RtpTest : public CppUnit::TestCase {
ManagerImpl* manager;
AudioRtp *audiortp;
AudioSymmetricRtpSession *audiortp;
AudioRtpRTX *rtpthread;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment