Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r7b372ed3506cd00bcf09c6c026e2bf5783868f74 -r76948e8765899b35776102ecd211d3d7575a9e4d --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 7b372ed3506cd00bcf09c6c026e2bf5783868f74) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 76948e8765899b35776102ecd211d3d7575a9e4d) @@ -944,8 +944,8 @@ StringAssert.StartsWith("Berekening van 'Nieuwe berekening' beƫindigd om: ", messages[25]); StringAssert.StartsWith("Berekening van 'Nieuwe berekening' gestart om: ", messages[28]); StringAssert.StartsWith("Berekening van 'Nieuwe berekening' beƫindigd om: ", messages[51]); - StringAssert.StartsWith("Uitvoeren van 'Golfcondities voor blokken en zuilen voor 'Nieuwe berekening' berekenen' is gelukt.", messages[52]); - StringAssert.StartsWith("Uitvoeren van 'Golfcondities voor blokken en zuilen voor 'Nieuwe berekening' berekenen' is gelukt.", messages[53]); + StringAssert.StartsWith("Golfcondities voor blokken en zuilen berekenen voor 'Nieuwe berekening' is gelukt.", messages[52]); + StringAssert.StartsWith("Golfcondities voor blokken en zuilen berekenen voor 'Nieuwe berekening' is gelukt.", messages[53]); }); Assert.AreEqual(3, calculationA.Output.BlocksOutput.Count()); Assert.AreEqual(3, calculationA.Output.ColumnsOutput.Count());