Skip to content
Snippets Groups Projects
Commit c551849d authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Fix ExampleMemoryTest

parent 4b71d3eb
No related branches found
No related tags found
1 merge request!235armem/dev
......@@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE(test_ExampleData_type)
{
armarx::aron::type::ObjectPtr type = ExampleData::ToAronType();
BOOST_CHECK_EQUAL(type->childrenSize(), 20);
BOOST_CHECK_EQUAL(type->childrenSize(), 21);
armem::wm::Memory memory;
armem::wm::CoreSegment& core = memory.addCoreSegment("ExampleData", type);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment