Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rf5f01babec40dab6b5e8ac50fdb9f34e7a75b395 -r992c355c1d478deb33ac05e3a904bc3e206526b9 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsGroupContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsGroupContextTreeNodeInfoTest.cs) (revision f5f01babec40dab6b5e8ac50fdb9f34e7a75b395) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsGroupContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsGroupContextTreeNodeInfoTest.cs) (revision 992c355c1d478deb33ac05e3a904bc3e206526b9) @@ -142,19 +142,19 @@ var testLocation = new TestHydraulicBoundaryLocation(); - Assert.AreEqual("A+->A", locationsContexts[0].CategoryBoundaryName); + Assert.AreEqual("Categorie A+->A", locationsContexts[0].CategoryBoundaryName); Assert.AreSame(testLocation.DesignWaterLevelCalculation1, locationsContexts[0].GetCalculationFunc(testLocation)); Assert.AreEqual(signalingNorm / 30, locationsContexts[0].GetNormFunc()); - Assert.AreEqual("A->B", locationsContexts[1].CategoryBoundaryName); + Assert.AreEqual("Categorie A->B", locationsContexts[1].CategoryBoundaryName); Assert.AreSame(testLocation.DesignWaterLevelCalculation2, locationsContexts[1].GetCalculationFunc(testLocation)); Assert.AreEqual(signalingNorm, locationsContexts[1].GetNormFunc()); - Assert.AreEqual("B->C", locationsContexts[2].CategoryBoundaryName); + Assert.AreEqual("Categorie B->C", locationsContexts[2].CategoryBoundaryName); Assert.AreSame(testLocation.DesignWaterLevelCalculation3, locationsContexts[2].GetCalculationFunc(testLocation)); Assert.AreEqual(lowerLimitNorm, locationsContexts[2].GetNormFunc()); - Assert.AreEqual("C->D", locationsContexts[3].CategoryBoundaryName); + Assert.AreEqual("Categorie C->D", locationsContexts[3].CategoryBoundaryName); Assert.AreSame(testLocation.DesignWaterLevelCalculation4, locationsContexts[3].GetCalculationFunc(testLocation)); Assert.AreEqual(lowerLimitNorm * 30, locationsContexts[3].GetNormFunc()); }