Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationWaveHeightPropertiesTest.cs =================================================================== diff -u -rec29001a9e148ed508108e4fd64c2bc751a6c026 -r8ace1c4a8d008b6293faa1f842e1bf17f5634b67 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationWaveHeightPropertiesTest.cs (.../HydraulicBoundaryLocationWaveHeightPropertiesTest.cs) (revision ec29001a9e148ed508108e4fd64c2bc751a6c026) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationWaveHeightPropertiesTest.cs (.../HydraulicBoundaryLocationWaveHeightPropertiesTest.cs) (revision 8ace1c4a8d008b6293faa1f842e1bf17f5634b67) @@ -26,7 +26,6 @@ using Core.Common.Gui.Attributes; using Core.Common.Gui.PropertyBag; using NUnit.Framework; -using Rhino.Mocks; using Ringtoets.HydraRing.Data; using Ringtoets.Integration.Forms.PropertyClasses; @@ -44,7 +43,7 @@ const double y = 890.0; const string name = ""; - var hydraulicBoundaryLocation =new HydraulicBoundaryLocation(id, name, x, y); + var hydraulicBoundaryLocation = new HydraulicBoundaryLocation(id, name, x, y); // Call var properties = new HydraulicBoundaryLocationWaveHeightProperties(hydraulicBoundaryLocation); @@ -100,7 +99,7 @@ const string expectedNameDisplayName = "Naam"; const string expectedLocationDisplayName = "Coördinaten [m]"; const string expectedWaveHeightDisplayName = "Hs [m]"; - const string expectedIdDescription = "Id van de hydraulische randvoorwaardenlocatie in de database."; + const string expectedIdDescription = "ID van de hydraulische randvoorwaardenlocatie in de database."; const string expectedNameDescription = "Naam van de hydraulische randvoorwaardenlocatie."; const string expectedLocationDescription = "Coördinaten van de hydraulische randvoorwaardenlocatie."; const string expectedWaveHeightDescription = "Berekende golfhoogte.";