Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs =================================================================== diff -u -rfcd32c8e949b4581cc20adcaa7cf7639fcb69d20 -rec15ff35b39f333c422b8ca6988c34bd8573f134 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision fcd32c8e949b4581cc20adcaa7cf7639fcb69d20) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision ec15ff35b39f333c422b8ca6988c34bd8573f134) @@ -25,12 +25,12 @@ using NUnit.Framework; using Rhino.Mocks; using Ringtoets.Common.Forms.PropertyClasses; -using Ringtoets.Common.Forms.TestUtil; using Ringtoets.GrassCoverErosionOutwards.Data; using Ringtoets.GrassCoverErosionOutwards.Forms.PresentationObjects; using Ringtoets.GrassCoverErosionOutwards.Forms.PropertyClasses; using Ringtoets.Revetment.Data; using Ringtoets.Revetment.Forms.PropertyClasses; +using Ringtoets.Revetment.TestUtil; namespace Ringtoets.GrassCoverErosionOutwards.Forms.Test.PropertyClasses { @@ -69,7 +69,7 @@ var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( new WaveConditionsInput(), - new TestCalculation(), + new TestWaveConditionsCalculation(), new GrassCoverErosionOutwardsFailureMechanism()); // Call @@ -87,7 +87,7 @@ // Setup var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( new WaveConditionsInput(), - new TestCalculation(), + new TestWaveConditionsCalculation(), new GrassCoverErosionOutwardsFailureMechanism()); // Call @@ -105,7 +105,7 @@ // Setup var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( new WaveConditionsInput(), - new TestCalculation(), + new TestWaveConditionsCalculation(), new GrassCoverErosionOutwardsFailureMechanism()); // Call