Skip to content

Commit

Permalink
Test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Aug 26, 2019
1 parent ee923f4 commit 805d1fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/model_io/urdf/tests/ModelExporterUnitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ void checkImportExportURDF(std::string fileName)
ASSERT_EQUAL_DOUBLE(model.getNrOfDOFs(), modelReloaded.getNrOfDOFs());
ASSERT_EQUAL_DOUBLE(model.getNrOfFrames(), modelReloaded.getNrOfFrames());


// TODO(traversaro) : uncomment the following line when frames are correctly handled by the exporter
// ASSERT_EQUAL_DOUBLE(model.getNrOfFrames(), modelReloaded.getNrOfLinks());

// Verify that the link correspond (note that the serialization could have changed)
for(int lnkIndex=0; lnkIndex < model.getNrOfLinks(); lnkIndex++) {
LinkIndex lnkIndexInReloaded = modelReloaded.getLinkIndex(model.getLinkName(lnkIndex));
Expand Down

0 comments on commit 805d1fe

Please sign in to comment.