Skip to content

Commit c776edd

Browse files
committed
Update error messages in testFrames to reflect the actual numbers being compared.
1 parent 9057677 commit c776edd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OpenSim/Simulation/Test/testFrames.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ void testFilterByFrameType()
451451
<< " of type " << typeid(component).name() << std::endl;
452452
}
453453
ASSERT_EQUAL(8, i, __FILE__, __LINE__,
454-
"testFilterByFrameType failed to find 6 PhysicalFrames.");
454+
"testFilterByFrameType failed to find 8 PhysicalFrames.");
455455

456456
i = 0;
457457
std::cout << "\nList all Bodies in the model." << std::endl;
@@ -472,7 +472,7 @@ void testFilterByFrameType()
472472
<< " of type " << typeid(component).name() << std::endl;
473473
}
474474
ASSERT_EQUAL(5, i, __FILE__, __LINE__,
475-
"testFilterByFrameType failed to find the 3 PhyscicalOffsetFrame in the model.");
475+
"testFilterByFrameType failed to find the 5 PhyscicalOffsetFrame in the model.");
476476
}
477477

478478
void testVelocityAndAccelerationMethods()

0 commit comments

Comments
 (0)