Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Configurations/MacroStabilityInwardsCalculationConfigurationReaderTest.cs =================================================================== diff -u -rb219a571111617e02cb2475c8250a73b49db4c40 -recfd63f4e61526846bd84fd041c3337e67d88322 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Configurations/MacroStabilityInwardsCalculationConfigurationReaderTest.cs (.../MacroStabilityInwardsCalculationConfigurationReaderTest.cs) (revision b219a571111617e02cb2475c8250a73b49db4c40) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.IO.Test/Configurations/MacroStabilityInwardsCalculationConfigurationReaderTest.cs (.../MacroStabilityInwardsCalculationConfigurationReaderTest.cs) (revision ecfd63f4e61526846bd84fd041c3337e67d88322) @@ -78,6 +78,9 @@ yield return new TestCaseData("invalidConfigurationCalculationContainingEmptySoilProfile.xml", "The 'ondergrondschematisatie' element is invalid - The value '' is invalid according to its datatype 'String' - The actual length is less than the MinLength value.") .SetName("invalidConfigurationCalculationContainingEmptySoilProfile"); + yield return new TestCaseData("invalidCalculationMultipleScenario.xml", + "Element 'scenario' cannot appear more than once if content model type is \"all\".") + .SetName("invalidCalculationMultipleScenario"); yield return new TestCaseData("invalidScenarioMultipleContribution.xml", "Element 'bijdrage' cannot appear more than once if content model type is \"all\".") .SetName("invalidScenarioMultipleContribution");