Skip to content
Snippets Groups Projects
Unverified Commit 268d691e authored by Sébastien Blin's avatar Sébastien Blin
Browse files

test: fix build for ut_conference

Change-Id: Iad94763131b74d17ab5d7bf1090d30d533ae04a6
parent bdc8ee67
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,7 @@ private: ...@@ -92,6 +92,7 @@ private:
void testDevices(); void testDevices();
void testUnauthorizedSetActive(); void testUnauthorizedSetActive();
void testHangup(); void testHangup();
void testIsConferenceParticipant();
void testAudioConferenceConfInfo(); void testAudioConferenceConfInfo();
CPPUNIT_TEST_SUITE(ConferenceTest); CPPUNIT_TEST_SUITE(ConferenceTest);
...@@ -108,6 +109,7 @@ private: ...@@ -108,6 +109,7 @@ private:
CPPUNIT_TEST(testDevices); CPPUNIT_TEST(testDevices);
CPPUNIT_TEST(testUnauthorizedSetActive); CPPUNIT_TEST(testUnauthorizedSetActive);
CPPUNIT_TEST(testHangup); CPPUNIT_TEST(testHangup);
CPPUNIT_TEST(testIsConferenceParticipant);
CPPUNIT_TEST(testAudioConferenceConfInfo); CPPUNIT_TEST(testAudioConferenceConfInfo);
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment