Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfilesContextTreeNodeInfoTest.cs =================================================================== diff -u -red4b032b9903f394deb9691c2c39a9f2122ab0f5 -r57aa4b3ba3e2171b2f6c9a86719a26557dba29e6 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfilesContextTreeNodeInfoTest.cs (.../ForeshoreProfilesContextTreeNodeInfoTest.cs) (revision ed4b032b9903f394deb9691c2c39a9f2122ab0f5) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/ForeshoreProfilesContextTreeNodeInfoTest.cs (.../ForeshoreProfilesContextTreeNodeInfoTest.cs) (revision 57aa4b3ba3e2171b2f6c9a86719a26557dba29e6) @@ -21,7 +21,6 @@ using System.Drawing; using System.Linq; -using Core.Common.Base.Geometry; using Core.Common.Controls.TreeView; using Core.Common.Gui; using Core.Common.Gui.ContextMenu; @@ -204,6 +203,8 @@ contextMenuBuilder.Expect(b => b.AddSeparator()).Return(contextMenuBuilder); contextMenuBuilder.Expect(b => b.AddCollapseAllItem()).Return(contextMenuBuilder); contextMenuBuilder.Expect(b => b.AddExpandAllItem()).Return(contextMenuBuilder); + contextMenuBuilder.Expect(b => b.AddSeparator()).Return(contextMenuBuilder); + contextMenuBuilder.Expect(b => b.AddPropertiesItem()).Return(contextMenuBuilder); contextMenuBuilder.Expect(b => b.Build()).Return(null); }