Skip to content

Commit f971da7

Browse files
authored
Merge pull request #11 from alxbilger/test
Fix tests compilation with respect to SOFA
2 parents 2781c8e + 38b3c32 commit f971da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PluginExample_test/MyBehaviorModel_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ class MyBehaviorModel_test : public BaseTest,
3737
public:
3838
using MyBehaviorModel = sofa::component::behaviormodel::MyBehaviorModel;
3939

40-
void TearDown()
40+
void doTearDown() override
4141
{
4242

4343
}
4444

45-
void SetUp()
45+
void doSetUp() override
4646
{
4747
m_behaviorModel = sofa::core::objectmodel::New< MyBehaviorModel >();
4848
}

0 commit comments

Comments
 (0)