rename test for coherency with previous renaming of the module

This commit is contained in:
Thomas Capricelli 2009-11-16 04:34:04 +01:00
parent f7e73f1bf9
commit a89b22f352
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ else(ADOLC_FOUND)
ei_add_property(EIGEN_MISSING_BACKENDS "Adolc")
endif(ADOLC_FOUND)
ei_add_test(NonLinear)
ei_add_test(NonLinearOptimization)
ei_add_test(NumericalDiff)
ei_add_test(autodiff)
ei_add_test(BVH)

View File

@ -1795,7 +1795,7 @@ void testNistEckerle4(void)
VERIFY_IS_APPROX(x[2], 4.5154121844E+02);
}
void test_NonLinear()
void test_NonLinearOptimization()
{
// Tests using the examples provided by (c)minpack
CALL_SUBTEST(testChkder());