Skip to content
Snippets Groups Projects
Commit 43b3961c authored by Rafaël Carré's avatar Rafaël Carré
Browse files

mainbuffer: fix test

parent 54787909
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment