Skip to content

Commit

Permalink
Bt test fix (ros-navigation#2999)
Browse files Browse the repository at this point in the history
* fixed tests

* undo
  • Loading branch information
jwallace42 authored and redvinaa committed Jun 30, 2022
1 parent 045ab16 commit 214a45f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class CancelBackUpActionTestFixture : public ::testing::Test
config_ = nullptr;
node_.reset();
action_server_.reset();
client_.reset();
factory_.reset();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class CancelControllerActionTestFixture : public ::testing::Test
config_ = nullptr;
node_.reset();
action_server_.reset();
client_.reset();
factory_.reset();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class CancelDriveOnHeadingTestFixture : public ::testing::Test
config_ = nullptr;
node_.reset();
action_server_.reset();
client_.reset();
factory_.reset();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class CancelSpinActionTestFixture : public ::testing::Test
config_ = nullptr;
node_.reset();
action_server_.reset();
client_.reset();
factory_.reset();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class CancelWaitActionTestFixture : public ::testing::Test
config_ = nullptr;
node_.reset();
action_server_.reset();
client_.reset();
factory_.reset();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ class IsPathValidTestFixture : public ::testing::Test
{
delete config_;
config_ = nullptr;
server_.reset();
node_.reset();
factory_.reset();
server_.reset();
tree_.reset();
}

static std::shared_ptr<IsPathValidService> server_;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class PathExpiringTimerConditionTestFixture : public nav2_behavior_tree::Behavio
{
delete config_;
config_ = nullptr;
node_.reset();
bt_node_.reset();
}

Expand Down

0 comments on commit 214a45f

Please sign in to comment.