Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs =================================================================== diff -u -r8e2eb144317c011c15783e8e850c9253d550450e -rdd8f41ce9d9ff9fd570874721a114560c7a71013 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs (.../HeightStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 8e2eb144317c011c15783e8e850c9253d550450e) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs (.../HeightStructuresFailureMechanismContextPropertyInfoTest.cs) (revision dd8f41ce9d9ff9fd570874721a114560c7a71013) @@ -21,12 +21,13 @@ using System.Linq; using Core.Common.Gui.Plugin; +using Core.Common.Gui.PropertyBag; using NUnit.Framework; using Rhino.Mocks; +using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.HeightStructures.Data; using Ringtoets.HeightStructures.Forms.PresentationObjects; using Ringtoets.HeightStructures.Forms.PropertyClasses; -using Ringtoets.Common.Data.AssessmentSection; namespace Ringtoets.HeightStructures.Plugin.Test.PropertyInfos { @@ -69,7 +70,7 @@ var context = new HeightStructuresFailureMechanismContext(failureMechanism, assessmentSection); // Call - var objectProperties = info.CreateInstance(context); + IObjectProperties objectProperties = info.CreateInstance(context); // Assert Assert.IsInstanceOf(objectProperties);