diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs index 49c182ac64cf1c36d32f2df1807ef3b0424839e5..b507b6549f8d1dbdc653fc482fb8bdbed7473ed4 100644 --- a/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs +++ b/VectoCore/VectoCoreTest/Models/SimulationComponent/ClutchTest.cs @@ -59,7 +59,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent [Test, // clutch slipping TestCase(DrivingBehavior.Driving, 100, 0, 3, 0, 65.6889), - TestCase(DrivingBehavior.Driving, 100, 5, 1, 7.6116, 65.6889), // would cause clutch losses! + TestCase(DrivingBehavior.Driving, 100, 5, 1, 100, 65.6889), // would cause clutch losses! TestCase(DrivingBehavior.Braking, 100, 80, 1, 100, 80), // clutch opened - would cause neg. clutch losses (which is not possible), torque is adapted TestCase(DrivingBehavior.Halted, 100, 30, 0, 51.1569, 58.643062),