diff --git a/sflphone-common/test/mainbuffertest.cpp b/sflphone-common/test/mainbuffertest.cpp index a55f843fb4dae4d6405066ab9ba3ebb330defe16..002e9cdab18725b8b20365f3a433f57c347f3cac 100644 --- a/sflphone-common/test/mainbuffertest.cpp +++ b/sflphone-common/test/mainbuffertest.cpp @@ -177,7 +177,7 @@ void MainBufferTest::testCallIDSet() CPPUNIT_ASSERT (iter_map ==_mainbuffer._callIDMap.end()); // test callidset creation - CPPUNIT_ASSERT (_mainbuffer.createCallIDSet (test_id) == true); + _mainbuffer.createCallIDSet (test_id); CPPUNIT_ASSERT (_mainbuffer._callIDMap.size() == 1); iter_map = _mainbuffer._callIDMap.find (test_id); CPPUNIT_ASSERT (iter_map->first == test_id);