Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs =================================================================== diff -u -r9779d1ab6b555c557e8fd18f4430ad207bd003da -ra8bc394180aa765a9faeb140a90e60599e64cf3e --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs (.../StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs) (revision 9779d1ab6b555c557e8fd18f4430ad207bd003da) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Integration.Test/StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs (.../StabilityStoneCoverWaveConditionsCalculationActivityIntegrationTest.cs) (revision a8bc394180aa765a9faeb140a90e60599e64cf3e) @@ -257,9 +257,9 @@ CalculationServiceTestHelper.AssertValidationEndMessage(calculation.Name, msgs[1]); CalculationServiceTestHelper.AssertCalculationStartMessage(calculation.Name, msgs[2]); Assert.AreEqual($"Berekening '{calculation.Name}' voor blokken gestart.", msgs[3]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{firstWaterLevel}' gestart.", msgs[4]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{firstWaterLevel}' is gestart.", msgs[4]); StringAssert.StartsWith("Golfcondities berekening is uitgevoerd op de tijdelijke locatie", msgs[5]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{firstWaterLevel}' beëindigd.", msgs[6]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{firstWaterLevel}' is beëindigd.", msgs[6]); Assert.AreEqual($"Berekening '{calculation.Name}' voor blokken beëindigd.", msgs[7]); CalculationServiceTestHelper.AssertCalculationEndMessage(calculation.Name, msgs[8]); }); @@ -313,22 +313,22 @@ CalculationServiceTestHelper.AssertValidationEndMessage(calculation.Name, msgs[1]); CalculationServiceTestHelper.AssertCalculationStartMessage(calculation.Name, msgs[2]); Assert.AreEqual($"Berekening '{calculation.Name}' voor blokken gestart.", msgs[3]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' gestart.", msgs[4]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' is gestart.", msgs[4]); StringAssert.StartsWith("Golfcondities berekening is uitgevoerd op de tijdelijke locatie", msgs[5]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' beëindigd.", msgs[6]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[1]}' gestart.", msgs[7]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' is beëindigd.", msgs[6]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[1]}' is gestart.", msgs[7]); StringAssert.StartsWith("Golfcondities berekening is uitgevoerd op de tijdelijke locatie", msgs[8]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[1]}' beëindigd.", msgs[9]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[2]}' gestart.", msgs[10]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[1]}' is beëindigd.", msgs[9]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[2]}' is gestart.", msgs[10]); StringAssert.StartsWith("Golfcondities berekening is uitgevoerd op de tijdelijke locatie", msgs[11]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[2]}' beëindigd.", msgs[12]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[2]}' is beëindigd.", msgs[12]); Assert.AreEqual($"Berekening '{calculation.Name}' voor blokken beëindigd.", msgs[13]); Assert.AreEqual($"Berekening '{calculation.Name}' voor zuilen gestart.", msgs[14]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' gestart.", msgs[15]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' is gestart.", msgs[15]); StringAssert.StartsWith("Golfcondities berekening is uitgevoerd op de tijdelijke locatie", msgs[16]); - Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' beëindigd.", msgs[17]); + Assert.AreEqual($"Berekening '{calculation.Name}' voor waterstand '{waterLevels[0]}' is beëindigd.", msgs[17]); Assert.AreEqual($"Berekening '{calculation.Name}' voor zuilen beëindigd.", msgs[18]); - Assert.AreEqual($"Berekening van '{calculation.Name}' beëindigd.", msgs[19]); + Assert.AreEqual($"Berekening van '{calculation.Name}' is beëindigd.", msgs[19]); }); Assert.AreEqual(ActivityState.Canceled, activity.State);