Browse Source

Physics: forgot to add test case to the list.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
a2d84ebf0c
  1. 3
      src/Physics/Test/CapsuleTest.cpp

3
src/Physics/Test/CapsuleTest.cpp

@ -41,7 +41,8 @@ class CapsuleTest: public Corrade::TestSuite::Tester, ShapeTestBase {
CapsuleTest::CapsuleTest() { CapsuleTest::CapsuleTest() {
addTests({&CapsuleTest::applyTransformation, addTests({&CapsuleTest::applyTransformation,
&CapsuleTest::collisionPoint}); &CapsuleTest::collisionPoint,
&CapsuleTest::collisionSphere});
} }
void CapsuleTest::applyTransformation() { void CapsuleTest::applyTransformation() {

Loading…
Cancel
Save