Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/StabilityPointStructuresPluginTest.cs =================================================================== diff -u -rbcb6b2364bcd2796869223db9942d3338b0f577a -r6e56258ed65fb071d7dac5a9df4e71196542a392 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/StabilityPointStructuresPluginTest.cs (.../StabilityPointStructuresPluginTest.cs) (revision bcb6b2364bcd2796869223db9942d3338b0f577a) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/StabilityPointStructuresPluginTest.cs (.../StabilityPointStructuresPluginTest.cs) (revision 6e56258ed65fb071d7dac5a9df4e71196542a392) @@ -34,7 +34,6 @@ using Ringtoets.StabilityPointStructures.Forms.PresentationObjects; using Ringtoets.StabilityPointStructures.Forms.PropertyClasses; using Ringtoets.StabilityPointStructures.Forms.Views; -using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.StabilityPointStructures.Plugin.Test { @@ -64,17 +63,17 @@ // Assert Assert.AreEqual(3, propertyInfos.Length); - PropertyInfo failureMechanismContextProperties = PluginTestHelper.AssertPropertyInfoDefined( + PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(StabilityPointStructuresFailureMechanismContext), typeof(StabilityPointStructuresFailureMechanismProperties)); - PropertyInfo stabilityPointStructureProperties = PluginTestHelper.AssertPropertyInfoDefined( + PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(StabilityPointStructure), typeof(StabilityPointStructureProperties)); - PropertyInfo stabilityPointStructuresInputContextPropertyInfo = PluginTestHelper.AssertPropertyInfoDefined( + PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, typeof(StabilityPointStructuresInputContext), typeof(StabilityPointStructuresInputContextProperties));