Skip to content
Snippets Groups Projects
Commit 41999d6d authored by Stefan Reither's avatar Stefan Reither
Browse files

OrientedBoxTest: fixes usage of anonymous namespace

parent 9a88d136
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ BOOST_AUTO_TEST_CASE(test_OrientedBox)
BOOST_CHECK_LE(((lhs) - (rhs)).norm(), prec);
namespace
namespace OrientedBoxTestHelpers
{
struct FromPosOriExtents
{
......@@ -112,7 +112,7 @@ namespace
}
BOOST_FIXTURE_TEST_SUITE(TestFromPosOriExtents, FromPosOriExtents)
BOOST_FIXTURE_TEST_SUITE(TestFromPosOriExtents, OrientedBoxTestHelpers::FromPosOriExtents)
BOOST_AUTO_TEST_CASE(test_OrientedBox_from_pos_ori_extents_by_corner_extent_vectors)
{
......
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