Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/GeneralResultFaultTreeIllustrationPointViewTest.cs =================================================================== diff -u -ra9b29f48534f9e3e2ab82dce7b81cfe13df515e2 -r68ad4c0477e2ae7f325fef005b88d5be5c563840 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/GeneralResultFaultTreeIllustrationPointViewTest.cs (.../GeneralResultFaultTreeIllustrationPointViewTest.cs) (revision a9b29f48534f9e3e2ab82dce7b81cfe13df515e2) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/GeneralResultFaultTreeIllustrationPointViewTest.cs (.../GeneralResultFaultTreeIllustrationPointViewTest.cs) (revision 68ad4c0477e2ae7f325fef005b88d5be5c563840) @@ -496,7 +496,7 @@ TopLevelFaultTreeIllustrationPoint topLevel = generalResultFunc.TopLevelIllustrationPoints.First(); IllustrationPointNode expectedSelectedNode = topLevel.FaultTreeNodeRoot; - var selectedFaultTreeContext = view.Selection as IllustrationPointNodeContext; + var selectedFaultTreeContext = view.Selection as IllustrationPointContext; Assert.IsNotNull(selectedFaultTreeContext); Assert.AreSame(expectedSelectedNode, selectedFaultTreeContext.IllustrationPointNode); @@ -544,7 +544,7 @@ TopLevelFaultTreeIllustrationPoint topLevel = generalResultFunc.TopLevelIllustrationPoints.ElementAt(0); IllustrationPointNode expectedSelectedNode = topLevel.FaultTreeNodeRoot.Children.First(); - var selectedSubMechanismContext = view.Selection as IllustrationPointNodeContext; + var selectedSubMechanismContext = view.Selection as IllustrationPointContext; Assert.IsNotNull(selectedSubMechanismContext); Assert.AreSame(expectedSelectedNode, selectedSubMechanismContext.IllustrationPointNode); Assert.AreEqual(sameClosingSituations