Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/GrassCoverErosionOutwardsPluginTest.cs =================================================================== diff -u -rec15ff35b39f333c422b8ca6988c34bd8573f134 -ra404126396f5d38fadcf1e80466afaa7668c74e7 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/GrassCoverErosionOutwardsPluginTest.cs (.../GrassCoverErosionOutwardsPluginTest.cs) (revision ec15ff35b39f333c422b8ca6988c34bd8573f134) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/GrassCoverErosionOutwardsPluginTest.cs (.../GrassCoverErosionOutwardsPluginTest.cs) (revision a404126396f5d38fadcf1e80466afaa7668c74e7) @@ -129,12 +129,12 @@ PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationsContext), - typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationsContextProperties)); + typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationsProperties)); PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(GrassCoverErosionOutwardsWaveHeightLocationsContext), - typeof(GrassCoverErosionOutwardsWaveHeightLocationsContextProperties)); + typeof(GrassCoverErosionOutwardsWaveHeightLocationsProperties)); PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, @@ -149,12 +149,12 @@ PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationContext), - typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationContextProperties)); + typeof(GrassCoverErosionOutwardsDesignWaterLevelLocationProperties)); PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(GrassCoverErosionOutwardsWaveHeightLocationContext), - typeof(GrassCoverErosionOutwardsWaveHeightLocationContextProperties)); + typeof(GrassCoverErosionOutwardsWaveHeightCalculationProperties)); } }