Update relevant test for passive spring/damper settings

This commit is contained in:
Balint-H
2026-03-12 16:32:41 +00:00
parent 035fb5acc7
commit ce0356b78f
@@ -92,7 +92,8 @@ public class MjGlobalSettingsGenerationTests {
Assert.That(_doc.OuterXml, Does.Contain(@"frictionloss="));
Assert.That(_doc.OuterXml, Does.Contain(@"limit="));
Assert.That(_doc.OuterXml, Does.Contain(@"contact="));
Assert.That(_doc.OuterXml, Does.Contain(@"passive="));
Assert.That(_doc.OuterXml, Does.Contain(@"spring="));
Assert.That(_doc.OuterXml, Does.Contain(@"damper="));
Assert.That(_doc.OuterXml, Does.Contain(@"clampctrl="));
Assert.That(_doc.OuterXml, Does.Contain(@"warmstart="));
Assert.That(_doc.OuterXml, Does.Contain(@"filterparent="));