Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Apr 8, 2024
1 parent fbb86b2 commit 14129e3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions scitos2_mira/test/test_mira_framework.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,6 @@ TEST(ScitosMiraFrameworkTest, configure) {
// Configure the node
node->configure();
node->activate();

// Check results: the node should be in the active state as all plugins are loaded
EXPECT_EQ(node->get_current_state().id(), lifecycle_msgs::msg::State::PRIMARY_STATE_ACTIVE);

// Cleaning up
node->deactivate();
node->cleanup();

// We configure again to show the warning
node->configure();
node->activate();

// Cleaning up
node->deactivate();
node->cleanup();
}

int main(int argc, char ** argv)
Expand Down

0 comments on commit 14129e3

Please sign in to comment.