Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationReaderTest.cs =================================================================== diff -u -ra30f9d7481fafa59f356cf3a9691c4cf1ef7e981 -rf2065f1cf7559c364a201381f08c0985044e7a1d --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationReaderTest.cs (.../ClosingStructuresCalculationConfigurationReaderTest.cs) (revision a30f9d7481fafa59f356cf3a9691c4cf1ef7e981) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/Configurations/ClosingStructuresCalculationConfigurationReaderTest.cs (.../ClosingStructuresCalculationConfigurationReaderTest.cs) (revision f2065f1cf7559c364a201381f08c0985044e7a1d) @@ -53,9 +53,12 @@ "The 'voorlandprofiel' element is invalid - The value '' is invalid according to its datatype 'String'") .SetName("invalidCalculationForeshoreProfileEmpty"); - yield return new TestCaseData("invalidCalculationHydraulicBoundaryLocationEmpty.xml", + yield return new TestCaseData("invalidCalculationHydraulicBoundaryLocationEmptyOld.xml", "The 'hrlocatie' element is invalid - The value '' is invalid according to its datatype 'String'") - .SetName("invalidCalculationHydraulicBoundaryLocationEmpty"); + .SetName("invalidCalculationHydraulicBoundaryLocationEmptyOld"); + yield return new TestCaseData("invalidCalculationHydraulicBoundaryLocationEmptyNew.xml", + "The 'hblocatie' element is invalid - The value '' is invalid according to its datatype 'String'") + .SetName("invalidCalculationHydraulicBoundaryLocationEmptynew"); yield return new TestCaseData("invalidCalculationHydraulicBoundaryLocationOldAndNew.xml", "Element 'hblocatie' cannot appear more than once if content model type is \"all\".") .SetName("invalidCalculationHydraulicBoundaryLocationOldAndNew"); @@ -66,9 +69,12 @@ yield return new TestCaseData("invalidCalculationMultipleForeshoreProfile.xml", "Element 'voorlandprofiel' cannot appear more than once if content model type is \"all\".") .SetName("invalidCalculationMultipleForeshoreProfile"); - yield return new TestCaseData("invalidCalculationMultipleHydraulicBoundaryLocation.xml", + yield return new TestCaseData("invalidCalculationMultipleHydraulicBoundaryLocationOld.xml", "Element 'hrlocatie' cannot appear more than once if content model type is \"all\".") - .SetName("invalidCalculationMultipleHydraulicBoundaryLocation"); + .SetName("invalidCalculationMultipleHydraulicBoundaryLocationOld"); + yield return new TestCaseData("invalidCalculationMultipleHydraulicBoundaryLocationNew.xml", + "Element 'hblocatie' cannot appear more than once if content model type is \"all\".") + .SetName("invalidCalculationMultipleHydraulicBoundaryLocationNew"); yield return new TestCaseData("invalidCalculationMultipleOrientation.xml", "Element 'orientatie' cannot appear more than once if content model type is \"all\".") .SetName("invalidCalculationMultipleOrientation");