Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ExportInfos/HeightStructuresCalculationContextExportInfoTest.cs =================================================================== diff -u -r9a0e768e9ddbc5e4917201fdb864bb2247e5cd90 -rdd8f41ce9d9ff9fd570874721a114560c7a71013 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ExportInfos/HeightStructuresCalculationContextExportInfoTest.cs (.../HeightStructuresCalculationContextExportInfoTest.cs) (revision 9a0e768e9ddbc5e4917201fdb864bb2247e5cd90) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/ExportInfos/HeightStructuresCalculationContextExportInfoTest.cs (.../HeightStructuresCalculationContextExportInfoTest.cs) (revision dd8f41ce9d9ff9fd570874721a114560c7a71013) @@ -30,7 +30,6 @@ using Ringtoets.HeightStructures.Data; using Ringtoets.HeightStructures.Data.TestUtil; using Ringtoets.HeightStructures.Forms.PresentationObjects; -using Ringtoets.HeightStructures.IO; using Ringtoets.HeightStructures.IO.Configurations; using CoreCommonGuiResources = Core.Common.Gui.Properties.Resources; @@ -66,9 +65,9 @@ var assessmentSection = mocks.Stub(); mocks.ReplayAll(); - var context = new HeightStructuresCalculationContext(new TestHeightStructuresCalculation(), - new HeightStructuresFailureMechanism(), - assessmentSection); + var context = new HeightStructuresCalculationContext(new TestHeightStructuresCalculation(), + new HeightStructuresFailureMechanism(), + assessmentSection); using (var plugin = new HeightStructuresPlugin()) { @@ -107,9 +106,9 @@ var assessmentSection = mocks.Stub(); mocks.ReplayAll(); - var context = new HeightStructuresCalculationContext(new TestHeightStructuresCalculation(), - new HeightStructuresFailureMechanism(), - assessmentSection); + var context = new HeightStructuresCalculationContext(new TestHeightStructuresCalculation(), + new HeightStructuresFailureMechanism(), + assessmentSection); using (var plugin = new HeightStructuresPlugin()) {