Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -ra8bc394180aa765a9faeb140a90e60599e64cf3e -rfae525350cc755ecc783bd4ac3fc13aed2e4ccaa --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision a8bc394180aa765a9faeb140a90e60599e64cf3e) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/WaveHeightLocationsContextTreeNodeInfoTest.cs (.../WaveHeightLocationsContextTreeNodeInfoTest.cs) (revision fae525350cc755ecc783bd4ac3fc13aed2e4ccaa) @@ -313,14 +313,15 @@ TestHelper.AssertLogMessages(action, messages => { string[] msgs = messages.ToArray(); - Assert.AreEqual(7, msgs.Length); - Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' is gestart.", msgs[0]); - Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' is beëindigd.", msgs[1]); - Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' is 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]); - Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' is beëindigd.", msgs[5]); - Assert.AreEqual($"Golfhoogte berekenen voor locatie '{locationName}' is gelukt.", msgs[6]); + Assert.AreEqual(8, msgs.Length); + Assert.AreEqual($"Golfhoogte berekenen voor locatie '{locationName}' is gestart.", msgs[0]); + Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' is gestart.", msgs[1]); + Assert.AreEqual($"Validatie van 'Golfhoogte berekenen voor locatie '{locationName}'' is beëindigd.", msgs[2]); + Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' is gestart.", msgs[3]); + Assert.AreEqual($"Golfhoogte berekening voor locatie '{locationName}' is niet geconvergeerd.", msgs[4]); + StringAssert.StartsWith("Golfhoogte berekening is uitgevoerd op de tijdelijke locatie", msgs[5]); + Assert.AreEqual($"Berekening van 'Golfhoogte berekenen voor locatie '{locationName}'' is beëindigd.", msgs[6]); + Assert.AreEqual($"Golfhoogte berekenen voor locatie '{locationName}' is gelukt.", msgs[7]); }); Assert.AreEqual(CalculationConvergence.CalculatedNotConverged, location.WaveHeightCalculationConvergence); }