Index: Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/HydraulicBoundaryLocationCalculationActivityLogTestHelper.cs =================================================================== diff -u -r25bf6e3f781ca5dec80f4fbf88ae640dbf40e2da -r25a2b53bdf734865d0bcb8479ad301d9e397d02a --- Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/HydraulicBoundaryLocationCalculationActivityLogTestHelper.cs (.../HydraulicBoundaryLocationCalculationActivityLogTestHelper.cs) (revision 25bf6e3f781ca5dec80f4fbf88ae640dbf40e2da) +++ Ringtoets/Common/test/Ringtoets.Common.Plugin.TestUtil/HydraulicBoundaryLocationCalculationActivityLogTestHelper.cs (.../HydraulicBoundaryLocationCalculationActivityLogTestHelper.cs) (revision 25a2b53bdf734865d0bcb8479ad301d9e397d02a) @@ -50,17 +50,17 @@ IEnumerable actualMessages, int startIndex) { - Assert.AreEqual($"{calculationTypeDisplayName} berekenen voor locatie '{locationName}' (Categorie {categoryName}) is gestart.", + Assert.AreEqual($"{calculationTypeDisplayName} berekenen voor locatie '{locationName}' (Categoriegrens {categoryName}) is gestart.", actualMessages.ElementAt(startIndex)); CalculationServiceTestHelper.AssertValidationStartMessage(actualMessages.ElementAt(startIndex + 1)); CalculationServiceTestHelper.AssertValidationEndMessage(actualMessages.ElementAt(startIndex + 2)); CalculationServiceTestHelper.AssertCalculationStartMessage(actualMessages.ElementAt(startIndex + 3)); - Assert.AreEqual($"{calculationDisplayName} voor locatie '{locationName}' (Categorie {categoryName}) is niet geconvergeerd.", + Assert.AreEqual($"{calculationDisplayName} voor locatie '{locationName}' (Categoriegrens {categoryName}) is niet geconvergeerd.", actualMessages.ElementAt(startIndex + 4)); StringAssert.StartsWith($"{calculationDisplayName} is uitgevoerd op de tijdelijke locatie", actualMessages.ElementAt(startIndex + 5)); CalculationServiceTestHelper.AssertCalculationEndMessage(actualMessages.ElementAt(startIndex + 6)); - Assert.AreEqual($"{calculationTypeDisplayName} berekenen voor locatie '{locationName}' (Categorie {categoryName}) is gelukt.", + Assert.AreEqual($"{calculationTypeDisplayName} berekenen voor locatie '{locationName}' (Categoriegrens {categoryName}) is gelukt.", actualMessages.ElementAt(startIndex + 7)); } }