diff --git a/VectoCore/VectoCoreTest/XML/XMLDeclarationInputv24.cs b/VectoCore/VectoCoreTest/XML/XMLDeclarationInputv24.cs index 64ecf91f45da8df09019ae117714957b8225533a..e9489aa2ba4b7a7b8a6809e436588f839bee105e 100644 --- a/VectoCore/VectoCoreTest/XML/XMLDeclarationInputv24.cs +++ b/VectoCore/VectoCoreTest/XML/XMLDeclarationInputv24.cs @@ -1414,7 +1414,7 @@ namespace TUGraz.VectoCore.Tests.XML Assert.IsNotNull(vehicle.Components.ElectricStorage); Assert.IsNull(vehicle.Components.PTOTransmissionInputData); Assert.IsNull(vehicle.TorqueLimits); - Assert.IsNull(vehicle.ElectricMotorTorqueLimits); + Assert.IsNotNull(vehicle.ElectricMotorTorqueLimits); Assert.IsNull(vehicle.BoostingLimitations); } @@ -1457,7 +1457,7 @@ namespace TUGraz.VectoCore.Tests.XML Assert.IsNull(vehicle.Components.PTOTransmissionInputData); Assert.IsNull(vehicle.CargoVolume); Assert.IsNull(vehicle.TorqueLimits); - Assert.IsNull(vehicle.ElectricMotorTorqueLimits); + Assert.IsNotNull(vehicle.ElectricMotorTorqueLimits); Assert.IsNull(vehicle.BoostingLimitations); }