Fisheye: Tag 404042be44c00e8db7bef3e1a7603c6d3e6597bb refers to a dead (removed) revision in file `Riskeer/Integration/src/Riskeer.Integration.Forms/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRowOld.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 404042be44c00e8db7bef3e1a7603c6d3e6597bb refers to a dead (removed) revision in file `Riskeer/Integration/src/Riskeer.Integration.Forms/Views/SectionResultViews/MacroStabilityOutwardsResultViewOld.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs =================================================================== diff -u -r09fda91ef087b3955cdc6eb758901340b72ee4db -r404042be44c00e8db7bef3e1a7603c6d3e6597bb --- Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision 09fda91ef087b3955cdc6eb758901340b72ee4db) +++ Riskeer/Integration/src/Riskeer.Integration.Plugin/RiskeerPlugin.cs (.../RiskeerPlugin.cs) (revision 404042be44c00e8db7bef3e1a7603c6d3e6597bb) @@ -519,24 +519,6 @@ yield return CreateFailureMechanismResultViewInfo( fm => fm.GeneralInput.N, fm => fm.GeneralInput.ApplyLengthEffectInSection); - yield return new RiskeerViewInfo< - ProbabilityFailureMechanismSectionResultContext, - IObservableEnumerable, - MacroStabilityOutwardsResultViewOld>(() => Gui) - { - GetViewName = (view, context) => RiskeerCommonFormsResources.FailureMechanism_AssessmentResult_DisplayName, - CloseForData = CloseFailureMechanismResultViewForData, - GetViewData = context => context.WrappedData, - CreateInstance = context => new MacroStabilityOutwardsResultViewOld( - context.WrappedData, - (MacroStabilityOutwardsFailureMechanism) context.FailureMechanism, - context.AssessmentSection) - }; - yield return new RiskeerViewInfo(() => Gui) { GetViewName = (view, context) => context.WrappedData.Name, Fisheye: Tag 404042be44c00e8db7bef3e1a7603c6d3e6597bb refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/SectionResultRows/MacroStabilityOutwardsSectionResultRowOldTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 404042be44c00e8db7bef3e1a7603c6d3e6597bb refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Forms.Test/Views/SectionResultViews/MacroStabilityOutwardsResultViewOldTest.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs =================================================================== diff -u -r09fda91ef087b3955cdc6eb758901340b72ee4db -r404042be44c00e8db7bef3e1a7603c6d3e6597bb --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision 09fda91ef087b3955cdc6eb758901340b72ee4db) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/RiskeerPluginTest.cs (.../RiskeerPluginTest.cs) (revision 404042be44c00e8db7bef3e1a7603c6d3e6597bb) @@ -394,7 +394,7 @@ ViewInfo[] viewInfos = plugin.GetViewInfos().ToArray(); // Assert - Assert.AreEqual(31, viewInfos.Length); + Assert.AreEqual(30, viewInfos.Length); PluginTestHelper.AssertViewInfoDefined( viewInfos, @@ -454,12 +454,6 @@ PluginTestHelper.AssertViewInfoDefined( viewInfos, - typeof(ProbabilityFailureMechanismSectionResultContext), - typeof(IObservableEnumerable), - typeof(MacroStabilityOutwardsResultViewOld)); - - PluginTestHelper.AssertViewInfoDefined( - viewInfos, typeof(GrassCoverSlipOffInwardsFailureMechanismSectionResultContext), typeof(IObservableEnumerable), typeof(NonAdoptableWithProfileProbabilityFailureMechanismResultView)); Fisheye: Tag 404042be44c00e8db7bef3e1a7603c6d3e6597bb refers to a dead (removed) revision in file `Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ViewInfos/MacroStabilityOutwardsFailureMechanismResultViewInfoTest.cs'. Fisheye: No comparison available. Pass `N' to diff?