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"); Fisheye: Tag f2065f1cf7559c364a201381f08c0985044e7a1d refers to a dead (removed) revision in file `Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationHydraulicBoundaryLocationEmpty.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationHydraulicBoundaryLocationEmptyNew.xml =================================================================== diff -u --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationHydraulicBoundaryLocationEmptyNew.xml (revision 0) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationHydraulicBoundaryLocationEmptyNew.xml (revision f2065f1cf7559c364a201381f08c0985044e7a1d) @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationHydraulicBoundaryLocationEmptyOld.xml =================================================================== diff -u --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationHydraulicBoundaryLocationEmptyOld.xml (revision 0) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationHydraulicBoundaryLocationEmptyOld.xml (revision f2065f1cf7559c364a201381f08c0985044e7a1d) @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file Fisheye: Tag f2065f1cf7559c364a201381f08c0985044e7a1d refers to a dead (removed) revision in file `Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationMultipleHydraulicBoundaryLocation.xml'. Fisheye: No comparison available. Pass `N' to diff? Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationMultipleHydraulicBoundaryLocationNew.xml =================================================================== diff -u --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationMultipleHydraulicBoundaryLocationNew.xml (revision 0) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationMultipleHydraulicBoundaryLocationNew.xml (revision f2065f1cf7559c364a201381f08c0985044e7a1d) @@ -0,0 +1,7 @@ + + + + locatie 1 + locatie 2 + + \ No newline at end of file Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationMultipleHydraulicBoundaryLocationOld.xml =================================================================== diff -u --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationMultipleHydraulicBoundaryLocationOld.xml (revision 0) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.IO.Test/test-data/ClosingStructuresCalculationConfigurationReader/invalidCalculationMultipleHydraulicBoundaryLocationOld.xml (revision f2065f1cf7559c364a201381f08c0985044e7a1d) @@ -0,0 +1,7 @@ + + + + locatie 1 + locatie 2 + + \ No newline at end of file