mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 17:01:18 +02:00
delete AngularConstraints at end of tests
This commit is contained in:
parent
5934ee5b22
commit
c3f7d9d155
1 changed files with 2 additions and 0 deletions
|
@ -281,6 +281,7 @@ void AngularConstraintTests::testHingeConstraint() {
|
||||||
<< " ERROR: HingeConstraint rotation = " << newRotation << " but expected " << expectedRotation << std::endl;
|
<< " ERROR: HingeConstraint rotation = " << newRotation << " but expected " << expectedRotation << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delete c;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AngularConstraintTests::testConeRollerConstraint() {
|
void AngularConstraintTests::testConeRollerConstraint() {
|
||||||
|
@ -466,6 +467,7 @@ void AngularConstraintTests::testConeRollerConstraint() {
|
||||||
<< " ERROR: rotation = " << newRotation << " but expected " << expectedRotation << std::endl;
|
<< " ERROR: rotation = " << newRotation << " but expected " << expectedRotation << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
delete c;
|
||||||
}
|
}
|
||||||
|
|
||||||
void AngularConstraintTests::runAllTests() {
|
void AngularConstraintTests::runAllTests() {
|
||||||
|
|
Loading…
Reference in a new issue