Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs =================================================================== diff -u -rca1732823162ab0737aaa369900a674c86d08083 -r14a4b766ea2ec5e26a0cbcea4a377907acec56fd --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision ca1732823162ab0737aaa369900a674c86d08083) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs (.../HydraulicBoundaryDatabaseContextTreeNodeInfoTest.cs) (revision 14a4b766ea2ec5e26a0cbcea4a377907acec56fd) @@ -112,7 +112,7 @@ } [Test] - public void Image_Always_ReturnsGenericIcon() + public void Image_Always_ReturnsGeneralFolderIcon() { // Setup using (var plugin = new RingtoetsPlugin()) @@ -123,7 +123,7 @@ Image image = info.Image(null); // Assert - TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.GenericInputOutputIcon, image); + TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.GeneralFolderIcon, image); } }