Index: Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Configurations/WaveConditionsCalculationConfigurationReaderTest.cs =================================================================== diff -u -r85b7f2b6d2eec9850c023e7146a64f6250e9ba6d -r3ef1c0655a8f3df1f24ce4ca904a077a47e9e2e4 --- Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Configurations/WaveConditionsCalculationConfigurationReaderTest.cs (.../WaveConditionsCalculationConfigurationReaderTest.cs) (revision 85b7f2b6d2eec9850c023e7146a64f6250e9ba6d) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.IO.Test/Configurations/WaveConditionsCalculationConfigurationReaderTest.cs (.../WaveConditionsCalculationConfigurationReaderTest.cs) (revision 3ef1c0655a8f3df1f24ce4ca904a077a47e9e2e4) @@ -30,7 +30,6 @@ using Ringtoets.Common.IO.Configurations; using Ringtoets.Common.IO.Configurations.Import; using Ringtoets.Revetment.IO.Configurations; -using Ringtoets.Revetment.IO.Properties; namespace Ringtoets.Revetment.IO.Test.Configurations { @@ -49,6 +48,9 @@ yield return new TestCaseData("invalidCalculationMultipleHydraulicBoundaryLocation.xml", "Element 'hrlocatie' cannot appear more than once if content model type is \"all\".") .SetName("invalidCalculationMultipleHydraulicBoundaryLocation"); + yield return new TestCaseData("invalidCalculationHydraulicBoundaryLocationOldAndNew.xml", + "Element 'hblocatie' cannot appear more than once if content model type is \"all\".") + .SetName("invalidCalculationHydraulicBoundaryLocationOldAndNew"); yield return new TestCaseData("invalidCalculationMultipleForeshoreProfile.xml", "Element 'voorlandprofiel' cannot appear more than once if content model type is \"all\".") .SetName("invalidCalculationMultipleForeshoreProfile");