Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/ExportInfos/ClosingStructuresCalculationContextExportInfoTest.cs =================================================================== diff -u -r16c94d05c67237dec9fcab0f3f03c6b48d3c335b -rdd8f41ce9d9ff9fd570874721a114560c7a71013 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/ExportInfos/ClosingStructuresCalculationContextExportInfoTest.cs (.../ClosingStructuresCalculationContextExportInfoTest.cs) (revision 16c94d05c67237dec9fcab0f3f03c6b48d3c335b) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/ExportInfos/ClosingStructuresCalculationContextExportInfoTest.cs (.../ClosingStructuresCalculationContextExportInfoTest.cs) (revision dd8f41ce9d9ff9fd570874721a114560c7a71013) @@ -26,12 +26,11 @@ using Core.Common.TestUtil; using NUnit.Framework; using Rhino.Mocks; -using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.ClosingStructures.Data; using Ringtoets.ClosingStructures.Data.TestUtil; using Ringtoets.ClosingStructures.Forms.PresentationObjects; -using Ringtoets.ClosingStructures.IO; using Ringtoets.ClosingStructures.IO.Configurations; +using Ringtoets.Common.Data.AssessmentSection; using CoreCommonGuiResources = Core.Common.Gui.Properties.Resources; namespace Ringtoets.ClosingStructures.Plugin.Test.ExportInfos @@ -66,9 +65,9 @@ var assessmentSection = mocks.Stub(); mocks.ReplayAll(); - var context = new ClosingStructuresCalculationContext(new TestClosingStructuresCalculation(), - new ClosingStructuresFailureMechanism(), - assessmentSection); + var context = new ClosingStructuresCalculationContext(new TestClosingStructuresCalculation(), + new ClosingStructuresFailureMechanism(), + assessmentSection); using (var plugin = new ClosingStructuresPlugin()) { @@ -107,9 +106,9 @@ var assessmentSection = mocks.Stub(); mocks.ReplayAll(); - var context = new ClosingStructuresCalculationContext(new TestClosingStructuresCalculation(), - new ClosingStructuresFailureMechanism(), - assessmentSection); + var context = new ClosingStructuresCalculationContext(new TestClosingStructuresCalculation(), + new ClosingStructuresFailureMechanism(), + assessmentSection); using (var plugin = new ClosingStructuresPlugin()) {