Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Oct 21, 2024
1 parent 38e0f8d commit 0ef5b74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/component/controller/DataVariationLimiterTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
******************************************************************************/

#include <string>
#include <sofa/simpleapi/SimpleApi.h>
using std::string ;

#include <sofa/testing/BaseTest.h>
Expand Down Expand Up @@ -99,6 +100,8 @@ struct DataVariationLimiterTest : public sofa::testing::BaseTest, DataVariationL


void simpleSceneTest(){
sofa::simpleapi::importPlugin("Sofa.Component.StateContainer");

string scene =
"<?xml version='1.0'?>"
"<Node name='Root' gravity='0 0 0' time='0' animate='0' > "
Expand Down

0 comments on commit 0ef5b74

Please sign in to comment.