Skip to content
Snippets Groups Projects
Commit af6f5b13 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Fix compile error

parent 9512e6e5
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
#include <iostream>
namespace
namespace armarx
{
struct Fixture
{
......@@ -54,7 +54,7 @@ namespace
};
}
BOOST_FIXTURE_TEST_SUITE(ObjectIDTests, Fixture)
BOOST_FIXTURE_TEST_SUITE(ObjectIDTests, armarx::Fixture)
BOOST_AUTO_TEST_CASE(test_construction_from_string)
{
......
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