Skip to content

Commit 13c2a93

Browse files
authored
Fix Event test due to a missing plugin [Constraint] (#462)
1 parent b223ce2 commit 13c2a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/Sofa/tests/Core/Events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def test_events(self):
4040
"""Test the BuildConstraintSystem and SolveConstraintSystem events."""
4141
node = Sofa.Core.Node("root")
4242
node.addObject("RequiredPlugin", name="Sofa.Component.AnimationLoop")
43+
node.addObject("RequiredPlugin", name="Sofa.Component.Constraint.Lagrangian.Solver")
4344
node.addObject("FreeMotionAnimationLoop", name="loop")
4445
node.addObject("GenericConstraintSolver", name="constraintSolver")
4546
controller = node.addObject( MyController() )

0 commit comments

Comments
 (0)