Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationPropertiesTest.cs =================================================================== diff -u -r5c5df51bc14a7e25692abf1db5a7476e5036b13f -r7126410c2fc1844718e4592a6088282cc7415a79 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationPropertiesTest.cs (.../HydraulicBoundaryLocationPropertiesTest.cs) (revision 5c5df51bc14a7e25692abf1db5a7476e5036b13f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/HydraulicBoundaryLocationPropertiesTest.cs (.../HydraulicBoundaryLocationPropertiesTest.cs) (revision 7126410c2fc1844718e4592a6088282cc7415a79) @@ -112,11 +112,13 @@ hydraulicBoundaryDatabase.Locations.Add(hydraulicBoundaryLocation); var context = new TestHydraulicBoundaryLocationContext(hydraulicBoundaryDatabase, hydraulicBoundaryLocation); + // Call var hydraulicBoundaryLocationProperties = new TestHydraulicBoundaryLocationProperties { Data = context }; + // Assert var dynamicPropertyBag = new DynamicPropertyBag(hydraulicBoundaryLocationProperties); const string expectedCategory = "Algemeen"; const string expectedIdDisplayName = "ID"; @@ -125,11 +127,7 @@ 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."; - - // Call TypeConverter classTypeConverter = TypeDescriptor.GetConverter(hydraulicBoundaryLocationProperties, true); - - // Assert PropertyDescriptorCollection dynamicProperties = dynamicPropertyBag.GetProperties(); PropertyDescriptor idProperty = dynamicProperties.Find("Id", false); PropertyDescriptor nameProperty = dynamicProperties.Find("Name", false);