Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs =================================================================== diff -u -r464ceae7e716691f38e869f391520703b2f5e188 -r001e5558c28c3e4df92c2c4682b06ea943873af0 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision 464ceae7e716691f38e869f391520703b2f5e188) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ViewInfos/GeneralResultFaultTreeIllustrationPointViewInfoTest.cs (.../GeneralResultFaultTreeIllustrationPointViewInfoTest.cs) (revision 001e5558c28c3e4df92c2c4682b06ea943873af0) @@ -110,7 +110,7 @@ var assessmentSection = mocks.Stub(); var structuresCalculation = mocks.Stub(); mocks.ReplayAll(); - + // Call IView view = info.CreateInstance(new SimpleStructuresOutputContext(structuresCalculation, assessmentSection)); Index: Riskeer/Integration/test/Riskeer.Integration.Service.Test/AssessmentSectionCalculationActivityFactoryTest.cs =================================================================== diff -u -r0f980b031fc6a5d44beed5dfedd59bc3abf58452 -r001e5558c28c3e4df92c2c4682b06ea943873af0 --- Riskeer/Integration/test/Riskeer.Integration.Service.Test/AssessmentSectionCalculationActivityFactoryTest.cs (.../AssessmentSectionCalculationActivityFactoryTest.cs) (revision 0f980b031fc6a5d44beed5dfedd59bc3abf58452) +++ Riskeer/Integration/test/Riskeer.Integration.Service.Test/AssessmentSectionCalculationActivityFactoryTest.cs (.../AssessmentSectionCalculationActivityFactoryTest.cs) (revision 001e5558c28c3e4df92c2c4682b06ea943873af0) @@ -49,7 +49,6 @@ using Riskeer.MacroStabilityInwards.KernelWrapper.Calculators; using Riskeer.MacroStabilityInwards.KernelWrapper.TestUtil.Calculators; using Riskeer.Piping.Data.SemiProbabilistic; -using Riskeer.Piping.Data.TestUtil; using Riskeer.Piping.Data.TestUtil.SemiProbabilistic; using Riskeer.Piping.KernelWrapper.SubCalculator; using Riskeer.Piping.KernelWrapper.TestUtil.SubCalculator;