Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r76948e8765899b35776102ecd211d3d7575a9e4d -r3ed8e00da47ef2780e79688a9902e12b674e4cc0 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision 76948e8765899b35776102ecd211d3d7575a9e4d) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision 3ed8e00da47ef2780e79688a9902e12b674e4cc0) @@ -315,13 +315,13 @@ { string[] msgs = messages.ToArray(); Assert.AreEqual(7, msgs.Length); - StringAssert.StartsWith($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' gestart om:", msgs[0]); - StringAssert.StartsWith($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' beëindigd om:", msgs[1]); - StringAssert.StartsWith($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' gestart om:", msgs[2]); - StringAssert.StartsWith($"Golfhoogte berekening voor locatie {locationName} is niet geconvergeerd.", msgs[3]); + Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' gestart.", msgs[0]); + Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' beëindigd.", msgs[1]); + Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' gestart.", msgs[2]); + Assert.AreEqual($"Golfhoogte berekening voor locatie {locationName} is niet geconvergeerd.", msgs[3]); StringAssert.StartsWith("Golfhoogte berekening is uitgevoerd op de tijdelijke locatie", msgs[4]); - StringAssert.StartsWith($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' beëindigd om:", msgs[5]); - StringAssert.StartsWith($"Golfhoogte berekenen voor locatie '{locationName}' is gelukt.", msgs[6]); + Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' beëindigd.", msgs[5]); + Assert.AreEqual($"Golfhoogte berekenen voor locatie '{locationName}' is gelukt.", msgs[6]); }); Assert.AreEqual(CalculationConvergence.CalculatedNotConverged, location.WaveHeightCalculationConvergence); }