diff --git a/test/gtest_processor_odom_icp.cpp b/test/gtest_processor_odom_icp.cpp index b625227c037e7ddc6a62d6812f48dc2df78c86c4..008d80f3f1e417d801dab6d95cc6590a6f4d5319 100644 --- a/test/gtest_processor_odom_icp.cpp +++ b/test/gtest_processor_odom_icp.cpp @@ -149,7 +149,7 @@ TEST_F(ProcessorOdomICP_Test, solve) { TimeStamp t(t0); - for (int i = 0; i < 4; i++) + for (int i = 0; i < 6; i++) { std::cout << "\n========== Process " << t.getSeconds() << " sec. ==========" << std::endl; @@ -181,7 +181,7 @@ TEST_F(ProcessorOdomICP_Test, solve) int main(int argc, char **argv) { testing::InitGoogleTest(&argc, argv); - ::testing::GTEST_FLAG(filter) = "ProcessorOdomICP_Test.solve"; +// ::testing::GTEST_FLAG(filter) = "ProcessorOdomICP_Test.solve"; return RUN_ALL_TESTS(); }