diff --git a/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp b/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp index ef3be9d83..9dfb8b48a 100644 --- a/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp +++ b/gtsam_unstable/slam/tests/testSmartProjectionFactor.cpp @@ -16,7 +16,16 @@ * @date Nov 2009 */ -#include +#include +#include + +TEST(SmartProjectionFactor, disabled) +{ + CHECK(("*** testSmartProjectionFactor is disabled *** - Needs conversion for unordered", 0)); +} + +#if 0 + #include #include #include @@ -35,7 +44,6 @@ #include #include #include -#include #include @@ -384,6 +392,7 @@ TEST( SmartProjectionFactor, Hessian ){ } +#endif /* ************************************************************************* */ int main() { TestResult tr; return TestRegistry::runAllTests(tr); }