From 426b4d79cf4c679b42f0380f7f91ba5e470284b2 Mon Sep 17 00:00:00 2001 From: Luca Carlone Date: Tue, 8 Oct 2013 14:28:50 +0000 Subject: [PATCH] testSmartProjectionFactor - disabled --- gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp b/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp index 9262bb25f..706586039 100644 --- a/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp +++ b/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp @@ -19,8 +19,6 @@ #include #include - - #include #include #include @@ -42,6 +40,7 @@ #include #include +#ifdef DEVELOP #include @@ -976,7 +975,10 @@ TEST( SmartProjectionFactor, HessianWithRotationDegenerate ){ EXPECT(assert_equal(hessianFactor->information(), hessianFactorRotTran->information(), 1e-8) ); } +#endif + /* ************************************************************************* */ int main() { TestResult tr; return TestRegistry::runAllTests(tr); } /* ************************************************************************* */ +