Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs =================================================================== diff -u -rc9396d0af18873fda14c7e486decbfca7d4e8b21 -ra1ec5faebf7ccf8e67fa34a2b73cd1063ab48840 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs (.../HeightStructuresInputContextTreeNodeInfoTest.cs) (revision c9396d0af18873fda14c7e486decbfca7d4e8b21) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/TreeNodeInfos/HeightStructuresInputContextTreeNodeInfoTest.cs (.../HeightStructuresInputContextTreeNodeInfoTest.cs) (revision a1ec5faebf7ccf8e67fa34a2b73cd1063ab48840) @@ -39,14 +39,14 @@ public class HeightStructuresInputContextTreeNodeInfoTest { private MockRepository mocksRepository; - private HeightStructuresGuiPlugin plugin; + private HeightStructuresPlugin plugin; private TreeNodeInfo info; [SetUp] public void SetUp() { mocksRepository = new MockRepository(); - plugin = new HeightStructuresGuiPlugin(); + plugin = new HeightStructuresPlugin(); info = plugin.GetTreeNodeInfos().First(tni => tni.TagType == typeof(HeightStructuresInputContext)); }