Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputChartControlTest.cs =================================================================== diff -u -r0fd821099e40783d33174622452d5814301170f3 -rb7216b193665f4e12fd99a86451e5de7def9dc8c --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputChartControlTest.cs (.../MacroStabilityInwardsOutputChartControlTest.cs) (revision 0fd821099e40783d33174622452d5814301170f3) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputChartControlTest.cs (.../MacroStabilityInwardsOutputChartControlTest.cs) (revision b7216b193665f4e12fd99a86451e5de7def9dc8c) @@ -180,7 +180,7 @@ var calculatorFactory = (TestMacroStabilityInwardsCalculatorFactory) MacroStabilityInwardsCalculatorFactory.Instance; WaternetCalculatorStub calculatorStub = calculatorFactory.LastCreatedWaternetCalculator; calculatorStub.Output = WaternetCalculatorResultTestFactory.CreateEmptyResult(); - + // Call using (var control = new MacroStabilityInwardsOutputChartControl(calculation, AssessmentSectionTestHelper.GetTestAssessmentLevel)) @@ -425,7 +425,7 @@ MacroStabilityInwardsOutputViewChartDataAssert.AssertInputChartData(calculation, GetChartControl(control).Data); calculatorStub.Output = WaternetCalculatorResultTestFactory.CreateEmptyResult(); - + // Call control.UpdateChartData();