Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test/MacroStabilityInwardsCalculatorResultTestFactoryTest.cs =================================================================== diff -u -r37b140fe95b895b99d5d93a853b9bc1b4e96d5e4 -r832f344292007108d1e7323891eacce5bd678c0e --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test/MacroStabilityInwardsCalculatorResultTestFactoryTest.cs (.../MacroStabilityInwardsCalculatorResultTestFactoryTest.cs) (revision 37b140fe95b895b99d5d93a853b9bc1b4e96d5e4) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.TestUtil.Test/MacroStabilityInwardsCalculatorResultTestFactoryTest.cs (.../MacroStabilityInwardsCalculatorResultTestFactoryTest.cs) (revision 832f344292007108d1e7323891eacce5bd678c0e) @@ -32,7 +32,7 @@ public void Create_Always_ReturnResultWithDefaultValues() { // Call - MacroStabilityInwardsCalculatorResult result = MacroStabilityInwardsCalculatorResultTestFactory.Create(); + UpliftVanCalculatorResult result = MacroStabilityInwardsCalculatorResultTestFactory.Create(); // Assert Assert.AreEqual(0.1, result.FactorOfStability); @@ -42,8 +42,8 @@ Assert.IsTrue(result.GridAutomaticallyCalculated); Assert.IsTrue(result.ForbiddenZonesAutomaticallyCalculated); - AssertSlidingCurve(result.SlidingCurve); - AssertUpliftVanCalculationGrid(result.UpliftVanCalculationGrid); + AssertSlidingCurve(result.SlidingCurveResult); + AssertUpliftVanCalculationGrid(result.CalculationGridResult); } private static void AssertSlidingCurve(MacroStabilityInwardsSlidingCurveResult slidingCurve)