Index: Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/DesignWaterLevelCalculationActivityTest.cs =================================================================== diff -u -r5e6eacaf76f765ba77febee673e9e94895e46feb -r0f7eb2998561112d0013b667ee39c2316341d2fe --- Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision 5e6eacaf76f765ba77febee673e9e94895e46feb) +++ Ringtoets/Integration/test/Ringtoets.Integration.Service.Test/DesignWaterLevelCalculationActivityTest.cs (.../DesignWaterLevelCalculationActivityTest.cs) (revision 0f7eb2998561112d0013b667ee39c2316341d2fe) @@ -86,7 +86,7 @@ var msgs = messages.ToArray(); Assert.AreEqual(3, msgs.Length); StringAssert.StartsWith(string.Format("Validatie van '{0}' gestart om: ", hydraulicBoundaryLocation.Id), msgs[0]); - StringAssert.StartsWith("Herstellen van de verbinding met de hydraulische randvoorwaarden database is mislukt. Fout bij het lezen van bestand", msgs[1]); + StringAssert.StartsWith("Herstellen van de verbinding met de hydraulische randvoorwaardendatabase is mislukt. Fout bij het lezen van bestand", msgs[1]); StringAssert.StartsWith(string.Format("Validatie van '{0}' beƫindigd om: ", hydraulicBoundaryLocation.Id), msgs[2]); }); Assert.AreEqual(ActivityState.Failed, activity.State);