Skip to content
Snippets Groups Projects
Commit d390db28 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Comment in ASSERT_DEATH was causing it to fail

parent 5f229462
No related branches found
No related tags found
1 merge request!362WIP: Resolve "std::set and std::map instead of std::list in wolf nodes"
Pipeline #5624 passed
...@@ -55,7 +55,7 @@ TEST_F(HasStateBlocksTest, Notifications_setKey_add) ...@@ -55,7 +55,7 @@ TEST_F(HasStateBlocksTest, Notifications_setKey_add)
Notification n; Notification n;
ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n)); ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n));
ASSERT_DEATH(F0->link(problem->getTrajectory()), "Assertion `isKey()"); ASSERT_DEATH(F0->link(problem->getTrajectory()), "");
// ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n)); // ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n));
...@@ -69,7 +69,7 @@ TEST_F(HasStateBlocksTest, Notifications_add_makeKF) ...@@ -69,7 +69,7 @@ TEST_F(HasStateBlocksTest, Notifications_add_makeKF)
{ {
Notification n; Notification n;
// First add SB, than make KF // First add SB, then make KF
ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n)); ASSERT_FALSE(problem->getStateBlockNotification(sbp0, n));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment