Skip to content
Snippets Groups Projects

armem/dev

Merged Rainer Kartmann requested to merge armem/dev into master
38 files
+ 708
192
Compare changes
  • Side-by-side
  • Inline
Files
38
@@ -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);
Loading