test: fix build for ut_conference

Change-Id: Iad94763131b74d17ab5d7bf1090d30d533ae04a6
This commit is contained in:
Sébastien Blin
2022-07-08 09:00:40 -04:00
parent bdc8ee6714
commit 268d691e3e

View File

@ -92,6 +92,7 @@ private:
void testDevices();
void testUnauthorizedSetActive();
void testHangup();
void testIsConferenceParticipant();
void testAudioConferenceConfInfo();
CPPUNIT_TEST_SUITE(ConferenceTest);
@ -108,6 +109,7 @@ private:
CPPUNIT_TEST(testDevices);
CPPUNIT_TEST(testUnauthorizedSetActive);
CPPUNIT_TEST(testHangup);
CPPUNIT_TEST(testIsConferenceParticipant);
CPPUNIT_TEST(testAudioConferenceConfInfo);
CPPUNIT_TEST_SUITE_END();