Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/MacroStabilityCommon/MacroStabilityDirectIoTests.cs =================================================================== diff -u -r6358 -r6360 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/MacroStabilityCommon/MacroStabilityDirectIoTests.cs (.../MacroStabilityDirectIoTests.cs) (revision 6358) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/MacroStabilityCommon/MacroStabilityDirectIoTests.cs (.../MacroStabilityDirectIoTests.cs) (revision 6360) @@ -89,6 +89,7 @@ DamFailureMechanismeCalculationSpecification = expectedDamProjectData.DamProjectCalculationSpecification.CurrentSpecification }; var fillMacroStabilityInterfaceInputFromEngine = new FillMacroStabilityInterfaceInputFromEngine(); + fillMacroStabilityInterfaceInputFromEngine.UpliftVanCalculationGrid = expectedUpliftVanCalculationGrid; MacroStabilityInterface macroStabilityInterface = fillMacroStabilityInterfaceInputFromEngine.CreateMacroStabilityInterface( damKernelInput, expectedParametersMStab.MStabParameters, expectedWaternet); KernelModel kernelModel = macroStabilityInterface.KernelModel;