Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/Properties/Resources.Designer.cs
===================================================================
diff -u -r929ddf40d94ffdb504447d44b1ab54de7073c553 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 929ddf40d94ffdb504447d44b1ab54de7073c553)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -82,7 +82,7 @@
}
///
- /// Looks up a localized string similar to Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.
+ /// Looks up a localized string similar to Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.
///{0}.
///
internal static string ClosingStructuresCalculationService_Calculate_Calculation_report_Click_details_for_full_report_0 {
Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/Properties/Resources.resx
===================================================================
diff -u -r929ddf40d94ffdb504447d44b1ab54de7073c553 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/Properties/Resources.resx (.../Resources.resx) (revision 929ddf40d94ffdb504447d44b1ab54de7073c553)
+++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Service/Properties/Resources.resx (.../Resources.resx) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -102,7 +102,7 @@
De berekening voor kunstwerk sluiten '{0}' is niet gelukt.
- Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.
+ Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.
{0}
\ No newline at end of file
Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -rc02c9b760b98de153f8c7a1bcc1ae39aab23dfb2 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision c02c9b760b98de153f8c7a1bcc1ae39aab23dfb2)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationContextTreeNodeInfoTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -509,7 +509,7 @@
StringAssert.StartsWith(string.Format("Validatie van '{0}' beëindigd om: ", calculation.Name), msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[2]);
StringAssert.StartsWith(string.Format("De berekening voor kunstwerk sluiten '{0}' is niet gelukt.", calculation.Name), msgs[3]);
- StringAssert.StartsWith("Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
+ StringAssert.StartsWith("Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[5]);
StringAssert.StartsWith(string.Format("Uitvoeren van '{0}' is mislukt.", calculation.Name), msgs[6]);
});
Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -rc02c9b760b98de153f8c7a1bcc1ae39aab23dfb2 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision c02c9b760b98de153f8c7a1bcc1ae39aab23dfb2)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -652,13 +652,13 @@
StringAssert.StartsWith("Validatie van 'A' beëindigd om: ", messageList[1]);
StringAssert.StartsWith("Berekening van 'A' gestart om: ", messageList[2]);
Assert.AreEqual("De berekening voor kunstwerk sluiten 'A' is niet gelukt.", messageList[3]);
- StringAssert.StartsWith("Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.", messageList[4]);
+ StringAssert.StartsWith("Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.", messageList[4]);
StringAssert.StartsWith("Berekening van 'A' beëindigd om: ", messageList[5]);
StringAssert.StartsWith("Validatie van 'B' gestart om: ", messageList[6]);
StringAssert.StartsWith("Validatie van 'B' beëindigd om: ", messageList[7]);
StringAssert.StartsWith("Berekening van 'B' gestart om: ", messageList[8]);
Assert.AreEqual("De berekening voor kunstwerk sluiten 'B' is niet gelukt.", messageList[9]);
- StringAssert.StartsWith("Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.", messageList[10]);
+ StringAssert.StartsWith("Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.", messageList[10]);
StringAssert.StartsWith("Berekening van 'B' beëindigd om: ", messageList[11]);
Assert.AreEqual("Uitvoeren van 'A' is mislukt.", messageList[12]);
Assert.AreEqual("Uitvoeren van 'B' is mislukt.", messageList[13]);
Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Integration.Test/ClosingStructuresCalculationActivityIntegrationTest.cs
===================================================================
diff -u -rec3dd34acf5bd7b86906fd57db007010b39aa149 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Integration.Test/ClosingStructuresCalculationActivityIntegrationTest.cs (.../ClosingStructuresCalculationActivityIntegrationTest.cs) (revision ec3dd34acf5bd7b86906fd57db007010b39aa149)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Integration.Test/ClosingStructuresCalculationActivityIntegrationTest.cs (.../ClosingStructuresCalculationActivityIntegrationTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -173,7 +173,7 @@
StringAssert.StartsWith(string.Format("Validatie van '{0}' beëindigd om: ", calculation.Name), msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[2]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[4]);
- StringAssert.StartsWith("Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.", msgs[3]);
+ StringAssert.StartsWith("Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[3]);
});
Assert.AreEqual(ActivityState.Executed, activity.State);
}
@@ -221,7 +221,7 @@
StringAssert.StartsWith(string.Format("Validatie van '{0}' beëindigd om: ", calculation.Name), msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[2]);
StringAssert.StartsWith(string.Format("De berekening voor kunstwerk sluiten '{0}' is niet gelukt.", calculation.Name), msgs[3]);
- StringAssert.StartsWith("Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
+ StringAssert.StartsWith("Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[5]);
});
Assert.AreEqual(ActivityState.Failed, activity.State);
Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
===================================================================
diff -u -rc02c9b760b98de153f8c7a1bcc1ae39aab23dfb2 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision c02c9b760b98de153f8c7a1bcc1ae39aab23dfb2)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs (.../ClosingStructuresCalculationServiceTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -490,7 +490,7 @@
var msgs = messages.ToArray();
Assert.AreEqual(3, msgs.Length);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[0]);
- StringAssert.StartsWith("Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.", msgs[1]);
+ StringAssert.StartsWith("Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[2]);
});
Assert.IsNotNull(calculation.Output);
@@ -550,7 +550,7 @@
Assert.AreEqual(4, msgs.Length);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[0]);
StringAssert.StartsWith(string.Format("De berekening voor kunstwerk sluiten '{0}' is niet gelukt.", calculation.Name), msgs[1]);
- StringAssert.StartsWith("Kunstwerken sluiten berekeningsverslag. Klik op details voor meer informatie.", msgs[2]);
+ StringAssert.StartsWith("Betrouwbaarheid sluiting kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[2]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[3]);
});
Assert.IsNull(calculation.Output);
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/Properties/Resources.Designer.cs
===================================================================
diff -u -re69acb9595f7bf1d202ddd1fb51934b66768b75d -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision e69acb9595f7bf1d202ddd1fb51934b66768b75d)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -82,7 +82,7 @@
}
///
- /// Looks up a localized string similar to Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.
+ /// Looks up a localized string similar to Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.
///{0}.
///
internal static string HeightStructuresCalculationService_Calculate_Calculation_report_Click_details_for_full_report {
Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/Properties/Resources.resx
===================================================================
diff -u -re69acb9595f7bf1d202ddd1fb51934b66768b75d -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/Properties/Resources.resx (.../Resources.resx) (revision e69acb9595f7bf1d202ddd1fb51934b66768b75d)
+++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Service/Properties/Resources.resx (.../Resources.resx) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -121,7 +121,7 @@
De berekening voor hoogte kunstwerk '{0}' is niet gelukt.
- Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.
+ Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.
{0}
\ No newline at end of file
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs
===================================================================
diff -u -rc02c9b760b98de153f8c7a1bcc1ae39aab23dfb2 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision c02c9b760b98de153f8c7a1bcc1ae39aab23dfb2)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationContextTreeNodeInfoTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -647,7 +647,7 @@
StringAssert.StartsWith(string.Format("Validatie van '{0}' beëindigd om: ", calculation.Name), msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[2]);
StringAssert.StartsWith(string.Format("De berekening voor hoogte kunstwerk '{0}' is niet gelukt.", calculation.Name), msgs[3]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[5]);
StringAssert.StartsWith(string.Format("Uitvoeren van '{0}' is mislukt.", calculation.Name), msgs[6]);
});
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs
===================================================================
diff -u -rc02c9b760b98de153f8c7a1bcc1ae39aab23dfb2 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision c02c9b760b98de153f8c7a1bcc1ae39aab23dfb2)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../HeightStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -863,13 +863,13 @@
StringAssert.StartsWith("Validatie van 'A' beëindigd om: ", messageList[1]);
StringAssert.StartsWith("Berekening van 'A' gestart om: ", messageList[2]);
Assert.AreEqual("De berekening voor hoogte kunstwerk 'A' is niet gelukt.", messageList[3]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", messageList[4]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", messageList[4]);
StringAssert.StartsWith("Berekening van 'A' beëindigd om: ", messageList[5]);
StringAssert.StartsWith("Validatie van 'B' gestart om: ", messageList[6]);
StringAssert.StartsWith("Validatie van 'B' beëindigd om: ", messageList[7]);
StringAssert.StartsWith("Berekening van 'B' gestart om: ", messageList[8]);
Assert.AreEqual("De berekening voor hoogte kunstwerk 'B' is niet gelukt.", messageList[9]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", messageList[10]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", messageList[10]);
StringAssert.StartsWith("Berekening van 'B' beëindigd om: ", messageList[11]);
Assert.AreEqual("Uitvoeren van 'A' is mislukt.", messageList[12]);
Assert.AreEqual("Uitvoeren van 'B' is mislukt.", messageList[13]);
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs
===================================================================
diff -u -rab20c4eb4ca81bd3845d50210d2bdb301177af6a -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision ab20c4eb4ca81bd3845d50210d2bdb301177af6a)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -785,13 +785,13 @@
StringAssert.StartsWith("Validatie van 'A' beëindigd om: ", messageList[1]);
StringAssert.StartsWith("Berekening van 'A' gestart om: ", messageList[2]);
Assert.AreEqual("De berekening voor hoogte kunstwerk 'A' is niet gelukt.", messageList[3]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", messageList[4]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", messageList[4]);
StringAssert.StartsWith("Berekening van 'A' beëindigd om: ", messageList[5]);
StringAssert.StartsWith("Validatie van 'B' gestart om: ", messageList[6]);
StringAssert.StartsWith("Validatie van 'B' beëindigd om: ", messageList[7]);
StringAssert.StartsWith("Berekening van 'B' gestart om: ", messageList[8]);
Assert.AreEqual("De berekening voor hoogte kunstwerk 'B' is niet gelukt.", messageList[9]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", messageList[10]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", messageList[10]);
StringAssert.StartsWith("Berekening van 'B' beëindigd om: ", messageList[11]);
Assert.AreEqual("Uitvoeren van 'A' is mislukt.", messageList[12]);
Assert.AreEqual("Uitvoeren van 'B' is mislukt.", messageList[13]);
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresCalculationActivityIntegrationTest.cs
===================================================================
diff -u -rfc4f8f86955f675f94208db783c8d0624d2b2250 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresCalculationActivityIntegrationTest.cs (.../HeightStructuresCalculationActivityIntegrationTest.cs) (revision fc4f8f86955f675f94208db783c8d0624d2b2250)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresCalculationActivityIntegrationTest.cs (.../HeightStructuresCalculationActivityIntegrationTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -521,7 +521,7 @@
StringAssert.StartsWith(string.Format("Validatie van '{0}' beëindigd om: ", calculation.Name), msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[2]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[4]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", msgs[3]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[3]);
});
Assert.AreEqual(ActivityState.Executed, activity.State);
}
@@ -570,7 +570,7 @@
StringAssert.StartsWith(string.Format("Validatie van '{0}' beëindigd om: ", calculation.Name), msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[2]);
StringAssert.StartsWith(string.Format("De berekening voor hoogte kunstwerk '{0}' is niet gelukt.", calculation.Name), msgs[3]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[4]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[5]);
});
Assert.AreEqual(ActivityState.Failed, activity.State);
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs
===================================================================
diff -u -rc02c9b760b98de153f8c7a1bcc1ae39aab23dfb2 -rc308077fce571dad955fafc21577c2a99dc5b221
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs (.../HeightStructuresCalculationServiceTest.cs) (revision c02c9b760b98de153f8c7a1bcc1ae39aab23dfb2)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Service.Test/HeightStructuresCalculationServiceTest.cs (.../HeightStructuresCalculationServiceTest.cs) (revision c308077fce571dad955fafc21577c2a99dc5b221)
@@ -524,7 +524,7 @@
var msgs = messages.ToArray();
Assert.AreEqual(3, msgs.Length);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[0]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", msgs[1]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[1]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[2]);
});
Assert.IsNotNull(calculation.Output);
@@ -582,7 +582,7 @@
Assert.AreEqual(4, msgs.Length);
StringAssert.StartsWith(string.Format("Berekening van '{0}' gestart om: ", calculation.Name), msgs[0]);
StringAssert.StartsWith(string.Format("De berekening voor hoogte kunstwerk '{0}' is niet gelukt.", calculation.Name), msgs[1]);
- StringAssert.StartsWith("Hoogte kunstwerken berekeningsverslag. Klik op details voor meer informatie.", msgs[2]);
+ StringAssert.StartsWith("Hoogte kunstwerk berekeningsverslag. Klik op details voor meer informatie.", msgs[2]);
StringAssert.StartsWith(string.Format("Berekening van '{0}' beëindigd om: ", calculation.Name), msgs[3]);
});
Assert.IsNull(calculation.Output);