Skip to content

Commit c47980d

Browse files
alxbilgerfredroy
authored andcommitted
fix SofaCarving test
1 parent 96715c3 commit c47980d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

applications/plugins/SofaCarving/SofaCarving_test/SofaCarving_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,10 @@ class SofaCarving_test : public BaseSimulationTest
6161
void doCarvingWithPenetration();
6262

6363
/// Unload the scene
64-
void TearDown() override
64+
void doTearDown() override
6565
{
66-
if (m_simu != nullptr && m_root != nullptr) {
66+
if (m_root != nullptr)
67+
{
6768
sofa::simulation::node::unload(m_root);
6869
}
6970
}

0 commit comments

Comments
 (0)