Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsInputViewTest.cs =================================================================== diff -u -r527392890a626324db9ef8d31ca42c94fe7f4125 -r0651f951d5661f1d8a0507d418a4653e0c8f8d4f --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsInputViewTest.cs (.../MacroStabilityInwardsInputViewTest.cs) (revision 527392890a626324db9ef8d31ca42c94fe7f4125) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsInputViewTest.cs (.../MacroStabilityInwardsInputViewTest.cs) (revision 0651f951d5661f1d8a0507d418a4653e0c8f8d4f) @@ -992,7 +992,7 @@ var calculatorFactory = (TestMacroStabilityInwardsCalculatorFactory) MacroStabilityInwardsCalculatorFactory.Instance; WaternetCalculatorStub dailyCalculator = calculatorFactory.LastCreatedWaternetDailyCalculator; WaternetCalculatorStub extremeCalculator = calculatorFactory.LastCreatedWaternetExtremeCalculator; - + dailyCalculator.Output = WaternetCalculatorResultTestFactory.Create(); extremeCalculator.Output = WaternetCalculatorResultTestFactory.Create(); Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputChartControlTest.cs =================================================================== diff -u -r527392890a626324db9ef8d31ca42c94fe7f4125 -r0651f951d5661f1d8a0507d418a4653e0c8f8d4f --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputChartControlTest.cs (.../MacroStabilityInwardsOutputChartControlTest.cs) (revision 527392890a626324db9ef8d31ca42c94fe7f4125) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputChartControlTest.cs (.../MacroStabilityInwardsOutputChartControlTest.cs) (revision 0651f951d5661f1d8a0507d418a4653e0c8f8d4f) @@ -38,7 +38,6 @@ using Riskeer.MacroStabilityInwards.Forms.Views; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators; using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Calculators; -using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Calculators.Waternet; using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Calculators.Waternet.Output; using Riskeer.MacroStabilityInwards.Primitives; @@ -180,7 +179,7 @@ var calculatorFactory = (TestMacroStabilityInwardsCalculatorFactory) MacroStabilityInwardsCalculatorFactory.Instance; calculatorFactory.LastCreatedWaternetDailyCalculator.Output = WaternetCalculatorResultTestFactory.CreateEmptyResult(); calculatorFactory.LastCreatedWaternetExtremeCalculator.Output = WaternetCalculatorResultTestFactory.CreateEmptyResult(); - + // Call using (var control = new MacroStabilityInwardsOutputChartControl(calculation, AssessmentSectionTestHelper.GetTestAssessmentLevel)) @@ -422,10 +421,10 @@ // Precondition MacroStabilityInwardsOutputViewChartDataAssert.AssertInputChartData(calculation, GetChartControl(control).Data); - var calculatorFactory = (TestMacroStabilityInwardsCalculatorFactory)MacroStabilityInwardsCalculatorFactory.Instance; + var calculatorFactory = (TestMacroStabilityInwardsCalculatorFactory) MacroStabilityInwardsCalculatorFactory.Instance; calculatorFactory.LastCreatedWaternetDailyCalculator.Output = WaternetCalculatorResultTestFactory.CreateEmptyResult(); calculatorFactory.LastCreatedWaternetExtremeCalculator.Output = WaternetCalculatorResultTestFactory.CreateEmptyResult(); - + // Call control.UpdateChartData(); Index: Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputViewTest.cs =================================================================== diff -u -r527392890a626324db9ef8d31ca42c94fe7f4125 -r0651f951d5661f1d8a0507d418a4653e0c8f8d4f --- Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputViewTest.cs (.../MacroStabilityInwardsOutputViewTest.cs) (revision 527392890a626324db9ef8d31ca42c94fe7f4125) +++ Riskeer/MacroStabilityInwards/test/Riskeer.MacroStabilityInwards.Forms.Test/Views/MacroStabilityInwardsOutputViewTest.cs (.../MacroStabilityInwardsOutputViewTest.cs) (revision 0651f951d5661f1d8a0507d418a4653e0c8f8d4f) @@ -36,7 +36,6 @@ using Riskeer.MacroStabilityInwards.Forms.Views; using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators; using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Calculators; -using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Calculators.Waternet; using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Calculators.Waternet.Output; using Riskeer.MacroStabilityInwards.Primitives;