Skip to content

Commit

Permalink
Enabled remaining ifopt example unit tests and enabled puzzle piece a…
Browse files Browse the repository at this point in the history
…uxillary axis example unit test
  • Loading branch information
rjoomen committed Feb 16, 2024
1 parent debf109 commit e4d9ff3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tesseract_examples/test/glass_upright_example_unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEST(TesseractExamples, GlassUprightTrajOptExampleUnit) // NOLINT
EXPECT_TRUE(example.run());
}

TEST(TesseractExamples, DISABLED_GlassUprightTrajOptIfoptExampleUnit) // NOLINT
TEST(TesseractExamples, GlassUprightTrajOptIfoptExampleUnit) // NOLINT
{
auto locator = std::make_shared<TesseractSupportResourceLocator>();
tesseract_common::fs::path urdf_path =
Expand Down
2 changes: 1 addition & 1 deletion tesseract_examples/test/pick_and_place_example_unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEST(TesseractExamples, PickAndPlaceCppTrajOptExampleUnit) // NOLINT
EXPECT_TRUE(example.run());
}

TEST(TesseractExamples, DISABLED_PickAndPlaceCppTrajOptIfoptExampleUnit) // NOLINT
TEST(TesseractExamples, PickAndPlaceCppTrajOptIfoptExampleUnit) // NOLINT
{
auto locator = std::make_shared<TesseractSupportResourceLocator>();
tesseract_common::fs::path urdf_path =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using namespace tesseract_examples;
using namespace tesseract_common;
using namespace tesseract_environment;

TEST(TesseractExamples, DISABLED_PuzzlePieceAuxillaryAxesCppTrajOptExampleUnit) // NOLINT
TEST(TesseractExamples, PuzzlePieceAuxillaryAxesCppTrajOptExampleUnit) // NOLINT
{
auto locator = std::make_shared<TesseractSupportResourceLocator>();
tesseract_common::fs::path urdf_path =
Expand Down
2 changes: 1 addition & 1 deletion tesseract_examples/test/puzzle_piece_example_unit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEST(TesseractExamples, PuzzlePieceCppTrajOptExampleUnit) // NOLINT
EXPECT_TRUE(example.run());
}

TEST(TesseractExamples, DISABLED_PuzzlePieceCppTrajOptIfoptExampleUnit) // NOLINT
TEST(TesseractExamples, PuzzlePieceCppTrajOptIfoptExampleUnit) // NOLINT
{
auto locator = std::make_shared<TesseractSupportResourceLocator>();
tesseract_common::fs::path urdf_path =
Expand Down

0 comments on commit e4d9ff3

Please sign in to comment.