Skip to content

Commit b1027bb

Browse files
committed
Fix camel case naming in added tests
1 parent b91ca3a commit b1027bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testGaussianISAM2.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ TEST(ISAM2, slamlike_solution_dogleg)
318318
}
319319

320320
/* ************************************************************************* */
321-
TEST(ISAM2, slamlike_solution_dogleglinesearch) {
321+
TEST(ISAM2, slamlikeSolutionDoglegLineSearch) {
322322
// These variables will be reused and accumulate factors and values
323323
Values fullinit;
324324
NonlinearFactorGraph fullgraph;
@@ -356,7 +356,7 @@ TEST(ISAM2, slamlike_solution_dogleg_qr)
356356
}
357357

358358
/* ************************************************************************* */
359-
TEST(ISAM2, slamlike_solution_dogleglinesearch_qr) {
359+
TEST(ISAM2, slamlikeSolutionDoglegLineSearchQr) {
360360
// These variables will be reused and accumulate factors and values
361361
Values fullinit;
362362
NonlinearFactorGraph fullgraph;
@@ -1023,7 +1023,7 @@ TEST(ISAM2, calculate_nnz)
10231023
}
10241024

10251025
/* ************************************************************************* */
1026-
TEST(ISAM2, predict_update_info) {
1026+
TEST(ISAM2, predictUpdateInfo) {
10271027
// Setup iSAM2
10281028
ISAM2Params params;
10291029
params.findUnusedFactorSlots = true;

0 commit comments

Comments
 (0)