Re-enabled tests - fail in Quaternion mode
parent
6a212c1c2d
commit
6f34725cff
|
@ -784,7 +784,8 @@ TEST(Pose3 , ChartDerivatives) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
int main(){ //TestResult tr; return TestRegistry::runAllTests(tr);}
|
int main() {
|
||||||
std::cout<<"testPose3 currently disabled!!" << std::endl;
|
TestResult tr;
|
||||||
|
return TestRegistry::runAllTests(tr);
|
||||||
}
|
}
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
|
@ -697,9 +697,8 @@ TEST(Rot3 , ChartDerivatives) {
|
||||||
|
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
int main() {
|
int main() {
|
||||||
// TestResult tr;
|
TestResult tr;
|
||||||
// return TestRegistry::runAllTests(tr);
|
return TestRegistry::runAllTests(tr);
|
||||||
std::cout << "testRot3 currently disabled!!" << std::endl;
|
|
||||||
}
|
}
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue