From 5413ab50b697ac917e1a299c336f27810d565fe0 Mon Sep 17 00:00:00 2001 From: Frederick Roy Date: Thu, 26 Dec 2024 16:30:44 +0900 Subject: [PATCH] fix test --- .../component/controller/AdaptiveBeamController_test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BeamAdapter_test/component/controller/AdaptiveBeamController_test.cpp b/BeamAdapter_test/component/controller/AdaptiveBeamController_test.cpp index 65e14285..e143047f 100644 --- a/BeamAdapter_test/component/controller/AdaptiveBeamController_test.cpp +++ b/BeamAdapter_test/component/controller/AdaptiveBeamController_test.cpp @@ -1,4 +1,4 @@ -/****************************************************************************** +/****************************************************************************** * BeamAdapter plugin * * (c) 2006 Inria, University of Lille, CNRS * * * @@ -26,6 +26,8 @@ TEST(AdaptiveBeamController, target) { + sofa::simpleapi::importPlugin("BeamAdapter"); + const auto node = sofa::simpleapi::createNode("node"); const auto controller = sofa::simpleapi::createObject(node, "AdaptiveBeamController");