Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -r0b1d32f7e945fcf7ba1f9fdaeebb61765af3f7b0 -r53bfde12ab449eba06567e6ff64627faec1d8026 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision 0b1d32f7e945fcf7ba1f9fdaeebb61765af3f7b0) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../DesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision 53bfde12ab449eba06567e6ff64627faec1d8026) @@ -105,7 +105,7 @@ } [Test] - public void Image_Always_ReturnsGeneralFolderIcon() + public void Image_Always_ReturnsGenericInputOutputIcon() { // Setup using (var plugin = new RingtoetsPlugin()) @@ -116,7 +116,7 @@ Image image = info.Image(null); // Assert - TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.GeneralFolderIcon, image); + TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.GenericInputOutputIcon, image); } } @@ -158,6 +158,7 @@ info.ContextMenuStrip(nodeData, null, treeViewControl); } } + // Assert mockRepository.VerifyAll(); } @@ -348,6 +349,7 @@ } } } + mockRepository.VerifyAll(); } @@ -416,6 +418,7 @@ } } } + mockRepository.VerifyAll(); } @@ -483,6 +486,7 @@ } } } + mockRepository.VerifyAll(); } @@ -562,6 +566,7 @@ } } } + mockRepository.VerifyAll(); }