Skip to content

Commit

Permalink
Test to make sure frames are in the same order in reduce and full model
Browse files Browse the repository at this point in the history
  • Loading branch information
Megane Millan committed Mar 5, 2024
1 parent 035e665 commit 7c72532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittest/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ BOOST_AUTO_TEST_CASE(test_buildReducedModel_with_geom)
BOOST_CHECK_EQUAL(go1.overrideMaterial, go2.overrideMaterial);
BOOST_CHECK_EQUAL(go1.meshColor, go2.meshColor);
BOOST_CHECK_EQUAL(go1.meshTexturePath, go2.meshTexturePath);
BOOST_CHECK_EQUAL(go1.parentFrame, go2.parentFrame);
BOOST_CHECK_EQUAL(humanoid_model.frames[go1.parentFrame].name,
reduced_humanoid_model.frames[go2.parentFrame].name);
}
Expand Down

0 comments on commit 7c72532

Please sign in to comment.