From 1abf81052f8b5e1ca0a04ad32a035a0c625d5222 Mon Sep 17 00:00:00 2001 From: Alex Cunningham Date: Fri, 6 Jul 2012 14:48:25 +0000 Subject: [PATCH] Removed unused test file - linear containers to appear in MastSLAM --- .../tests/testLinearContainerFactors.cpp | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 gtsam_unstable/nonlinear/tests/testLinearContainerFactors.cpp diff --git a/gtsam_unstable/nonlinear/tests/testLinearContainerFactors.cpp b/gtsam_unstable/nonlinear/tests/testLinearContainerFactors.cpp deleted file mode 100644 index 05fabc66a..000000000 --- a/gtsam_unstable/nonlinear/tests/testLinearContainerFactors.cpp +++ /dev/null @@ -1,22 +0,0 @@ -/** - * @file testLinearContainerFactors.cpp - * - * @brief Tests the use of nonlinear containers for simple integration of linear factors into nonlinear graphs - * - * @date Jun 7, 2012 - * @author Alex Cunningham - */ - -#include - - -/* ************************************************************************* */ -TEST( testLinearContainerFactors, jacobian_factor ) { - -// LinearContainerFactor actualLinFactor(); - -} - -/* ************************************************************************* */ -int main() { TestResult tr; return TestRegistry::runAllTests(tr); } -/* ************************************************************************* */