Index: Ringtoets/Common/test/Ringtoets.Common.IO.Test/Configurations/Helpers/WaveReductionConversionExtensionsTest.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -rddfc49cdc5d478ea4fc5da9c625834def6dd1939 --- Ringtoets/Common/test/Ringtoets.Common.IO.Test/Configurations/Helpers/WaveReductionConversionExtensionsTest.cs (.../WaveReductionConversionExtensionsTest.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/test/Ringtoets.Common.IO.Test/Configurations/Helpers/WaveReductionConversionExtensionsTest.cs (.../WaveReductionConversionExtensionsTest.cs) (revision ddfc49cdc5d478ea4fc5da9c625834def6dd1939) @@ -76,7 +76,7 @@ configuration.SetConfigurationForeshoreProfileDependendProperties(structureInput); // Assert - Assert.IsNull(configuration.ForeshoreProfileName); + Assert.IsNull(configuration.ForeshoreProfileId); Assert.IsNull(configuration.WaveReduction); } @@ -106,7 +106,7 @@ configuration.SetConfigurationForeshoreProfileDependendProperties(structureInput); // Assert - Assert.AreEqual("profile", configuration.ForeshoreProfileName); + Assert.AreEqual("id", configuration.ForeshoreProfileId); WaveReductionConfiguration waveReduction = configuration.WaveReduction; Assert.AreEqual(structureInput.UseBreakWater, waveReduction.UseBreakWater); Assert.AreEqual(structureInput.UseForeshore, waveReduction.UseForeshoreProfile); @@ -133,7 +133,7 @@ configuration.SetConfigurationForeshoreProfileDependendProperties(structureInput); // Assert - Assert.AreEqual(structureInput.ForeshoreProfile.Name, configuration.ForeshoreProfileName); + Assert.AreEqual(structureInput.ForeshoreProfile.Name, configuration.ForeshoreProfileId); WaveReductionConfiguration waveReduction = configuration.WaveReduction; Assert.AreEqual(structureInput.UseBreakWater, waveReduction.UseBreakWater); Assert.AreEqual(structureInput.UseForeshore, waveReduction.UseForeshoreProfile);