From d725dd481641ce7c01593107c55770ba0397edda Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Wed, 7 May 2014 18:17:12 -0700 Subject: [PATCH] Renamed unit tests that still had 'Unordered' in the name --- ...testGaussianBayesNetUnordered.cpp => testGaussianBayesNet.cpp} | 0 ...stGaussianBayesTreeUnordered.cpp => testGaussianBayesTree.cpp} | 0 ...ussianConditionalUnordered.cpp => testGaussianConditional.cpp} | 0 ...ussianFactorGraphUnordered.cpp => testGaussianFactorGraph.cpp} | 0 .../{testHessianFactorUnordered.cpp => testHessianFactor.cpp} | 0 .../{testJacobianFactorUnordered.cpp => testJacobianFactor.cpp} | 0 .../tests/{testVectorValuesUnordered.cpp => testVectorValues.cpp} | 0 .../{testVariableIndexUnordered.cpp => testVariableIndex.cpp} | 0 tests/{testGaussianBayesTree.cpp => testGaussianBayesTreeB.cpp} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename gtsam/linear/tests/{testGaussianBayesNetUnordered.cpp => testGaussianBayesNet.cpp} (100%) rename gtsam/linear/tests/{testGaussianBayesTreeUnordered.cpp => testGaussianBayesTree.cpp} (100%) rename gtsam/linear/tests/{testGaussianConditionalUnordered.cpp => testGaussianConditional.cpp} (100%) rename gtsam/linear/tests/{testGaussianFactorGraphUnordered.cpp => testGaussianFactorGraph.cpp} (100%) rename gtsam/linear/tests/{testHessianFactorUnordered.cpp => testHessianFactor.cpp} (100%) rename gtsam/linear/tests/{testJacobianFactorUnordered.cpp => testJacobianFactor.cpp} (100%) rename gtsam/linear/tests/{testVectorValuesUnordered.cpp => testVectorValues.cpp} (100%) rename gtsam/symbolic/tests/{testVariableIndexUnordered.cpp => testVariableIndex.cpp} (100%) rename tests/{testGaussianBayesTree.cpp => testGaussianBayesTreeB.cpp} (100%) diff --git a/gtsam/linear/tests/testGaussianBayesNetUnordered.cpp b/gtsam/linear/tests/testGaussianBayesNet.cpp similarity index 100% rename from gtsam/linear/tests/testGaussianBayesNetUnordered.cpp rename to gtsam/linear/tests/testGaussianBayesNet.cpp diff --git a/gtsam/linear/tests/testGaussianBayesTreeUnordered.cpp b/gtsam/linear/tests/testGaussianBayesTree.cpp similarity index 100% rename from gtsam/linear/tests/testGaussianBayesTreeUnordered.cpp rename to gtsam/linear/tests/testGaussianBayesTree.cpp diff --git a/gtsam/linear/tests/testGaussianConditionalUnordered.cpp b/gtsam/linear/tests/testGaussianConditional.cpp similarity index 100% rename from gtsam/linear/tests/testGaussianConditionalUnordered.cpp rename to gtsam/linear/tests/testGaussianConditional.cpp diff --git a/gtsam/linear/tests/testGaussianFactorGraphUnordered.cpp b/gtsam/linear/tests/testGaussianFactorGraph.cpp similarity index 100% rename from gtsam/linear/tests/testGaussianFactorGraphUnordered.cpp rename to gtsam/linear/tests/testGaussianFactorGraph.cpp diff --git a/gtsam/linear/tests/testHessianFactorUnordered.cpp b/gtsam/linear/tests/testHessianFactor.cpp similarity index 100% rename from gtsam/linear/tests/testHessianFactorUnordered.cpp rename to gtsam/linear/tests/testHessianFactor.cpp diff --git a/gtsam/linear/tests/testJacobianFactorUnordered.cpp b/gtsam/linear/tests/testJacobianFactor.cpp similarity index 100% rename from gtsam/linear/tests/testJacobianFactorUnordered.cpp rename to gtsam/linear/tests/testJacobianFactor.cpp diff --git a/gtsam/linear/tests/testVectorValuesUnordered.cpp b/gtsam/linear/tests/testVectorValues.cpp similarity index 100% rename from gtsam/linear/tests/testVectorValuesUnordered.cpp rename to gtsam/linear/tests/testVectorValues.cpp diff --git a/gtsam/symbolic/tests/testVariableIndexUnordered.cpp b/gtsam/symbolic/tests/testVariableIndex.cpp similarity index 100% rename from gtsam/symbolic/tests/testVariableIndexUnordered.cpp rename to gtsam/symbolic/tests/testVariableIndex.cpp diff --git a/tests/testGaussianBayesTree.cpp b/tests/testGaussianBayesTreeB.cpp similarity index 100% rename from tests/testGaussianBayesTree.cpp rename to tests/testGaussianBayesTreeB.cpp