Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs =================================================================== diff -u -r604126dff5fef8fa08c03a1e8a9aebb71e28e2bb -rfb1b2aaa6f43cb1e3ddd3a8ec59f37dc82de0702 --- Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision 604126dff5fef8fa08c03a1e8a9aebb71e28e2bb) +++ Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision fb1b2aaa6f43cb1e3ddd3a8ec59f37dc82de0702) @@ -256,18 +256,10 @@ context.WrappedData, new HydraulicBoundaryLocationCalculationsForTargetProbabilityChangeHandler(context.WrappedData)) }; - yield return new PropertyInfo - { - CreateInstance = context => new DesignWaterLevelCalculationsProperties(context.WrappedData) - }; yield return new PropertyInfo { CreateInstance = context => new DesignWaterLevelCalculationProperties(context.WrappedData) }; - yield return new PropertyInfo - { - CreateInstance = context => new WaveHeightCalculationsProperties(context.WrappedData) - }; yield return new PropertyInfo { CreateInstance = context => new WaveHeightCalculationProperties(context.WrappedData) Fisheye: Tag fb1b2aaa6f43cb1e3ddd3a8ec59f37dc82de0702 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/PropertyInfos/DesignWaterLevelCalculationsContextPropertyInfoTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag fb1b2aaa6f43cb1e3ddd3a8ec59f37dc82de0702 refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/PropertyInfos/WaveHeightCalculationsContextPropertyInfoTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs =================================================================== diff -u -r604126dff5fef8fa08c03a1e8a9aebb71e28e2bb -rfb1b2aaa6f43cb1e3ddd3a8ec59f37dc82de0702 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision 604126dff5fef8fa08c03a1e8a9aebb71e28e2bb) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision fb1b2aaa6f43cb1e3ddd3a8ec59f37dc82de0702) @@ -296,21 +296,11 @@ PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, - typeof(DesignWaterLevelCalculationsContext), - typeof(DesignWaterLevelCalculationsProperties)); - - PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, typeof(DesignWaterLevelCalculationContext), typeof(DesignWaterLevelCalculationProperties)); PluginTestHelper.AssertPropertyInfoDefined( propertyInfos, - typeof(WaveHeightCalculationsContext), - typeof(WaveHeightCalculationsProperties)); - - PluginTestHelper.AssertPropertyInfoDefined( - propertyInfos, typeof(WaveHeightCalculationContext), typeof(WaveHeightCalculationProperties));