Skip to content
Snippets Groups Projects
Commit 85750e0d authored by Joseph Mirabel's avatar Joseph Mirabel Committed by Joseph Mirabel
Browse files

Fix bug in test

parent 13b9f0dc
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ BOOST_AUTO_TEST_CASE (ConstraintSets)
BOOST_CHECK (res == expectedRes);
//graph_->addNumericalConstraint (com);
n11->addNumericalConstraint (pos);
n11->addNumericalConstraint (pos, Equality::create ());
}
BOOST_AUTO_TEST_CASE (PathValidationTest)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment