From d999c3fda34304eac09e3d9c45ca6f9e11fd3072 Mon Sep 17 00:00:00 2001
From: Fabian Reister <fabian.reister@kit.edu>
Date: Fri, 14 May 2021 16:38:11 +0200
Subject: [PATCH] fixing test

---
 .../test/ArticulatedObjectLocalizerExampleTest.cpp              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/RobotAPI/components/ArticulatedObjectLocalizerExample/test/ArticulatedObjectLocalizerExampleTest.cpp b/source/RobotAPI/components/ArticulatedObjectLocalizerExample/test/ArticulatedObjectLocalizerExampleTest.cpp
index a8758623f..551ba1265 100644
--- a/source/RobotAPI/components/ArticulatedObjectLocalizerExample/test/ArticulatedObjectLocalizerExampleTest.cpp
+++ b/source/RobotAPI/components/ArticulatedObjectLocalizerExample/test/ArticulatedObjectLocalizerExampleTest.cpp
@@ -31,7 +31,7 @@
 
 BOOST_AUTO_TEST_CASE(testExample)
 {
-    armarx::ArticulatedObjectLocalizerExample instance;
+    armarx::articulated_object::ArticulatedObjectLocalizerExample instance;
 
     BOOST_CHECK_EQUAL(true, true);
 }
-- 
GitLab