Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelCalculationsPropertiesTest.cs =================================================================== diff -u -r46813455904b4f3292777b0e05458bbf3640d1a8 -r4af6152d2f30f63f9ed8a4bd2349640738ca2401 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelCalculationsPropertiesTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsPropertiesTest.cs) (revision 46813455904b4f3292777b0e05458bbf3640d1a8) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsDesignWaterLevelCalculationsPropertiesTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelCalculationsPropertiesTest.cs) (revision 4af6152d2f30f63f9ed8a4bd2349640738ca2401) @@ -58,7 +58,7 @@ TypeConverter classTypeConverter = TypeDescriptor.GetConverter(properties, true); PropertyDescriptorCollection dynamicProperties = dynamicPropertyBag.GetProperties(); - PropertyDescriptor locationsProperty = dynamicProperties.Find("Locations", false); + PropertyDescriptor locationsProperty = dynamicProperties.Find("Calculations", false); Assert.IsInstanceOf(classTypeConverter); Assert.IsNotNull(locationsProperty); Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveHeightCalculationsPropertiesTest.cs =================================================================== diff -u -r46813455904b4f3292777b0e05458bbf3640d1a8 -r4af6152d2f30f63f9ed8a4bd2349640738ca2401 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveHeightCalculationsPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsPropertiesTest.cs) (revision 46813455904b4f3292777b0e05458bbf3640d1a8) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveHeightCalculationsPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsPropertiesTest.cs) (revision 4af6152d2f30f63f9ed8a4bd2349640738ca2401) @@ -59,7 +59,7 @@ TypeConverter classTypeConverter = TypeDescriptor.GetConverter(properties, true); PropertyDescriptorCollection dynamicProperties = dynamicPropertyBag.GetProperties(); - PropertyDescriptor locationsProperty = dynamicProperties.Find("Locations", false); + PropertyDescriptor locationsProperty = dynamicProperties.Find("Calculations", false); Assert.IsInstanceOf(classTypeConverter); Assert.IsNotNull(locationsProperty);