Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/PlaceholderWithReadonlyNameTreeNodeInfoTest.cs =================================================================== diff -u -r17574077c6720e02c10f23ac3a0354db35855a05 -r08ab7af115b5bbad87eaffb9bc1b1c4379ec8738 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/PlaceholderWithReadonlyNameTreeNodeInfoTest.cs (.../PlaceholderWithReadonlyNameTreeNodeInfoTest.cs) (revision 17574077c6720e02c10f23ac3a0354db35855a05) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/TreeNodeInfos/PlaceholderWithReadonlyNameTreeNodeInfoTest.cs (.../PlaceholderWithReadonlyNameTreeNodeInfoTest.cs) (revision 08ab7af115b5bbad87eaffb9bc1b1c4379ec8738) @@ -9,6 +9,7 @@ using Ringtoets.Common.Placeholder; using Ringtoets.Integration.Plugin; using RingtoetsFormsResources = Ringtoets.Integration.Forms.Properties.Resources; +using RingtoetsCommonFormsResources = Ringtoets.Common.Forms.Properties.Resources; namespace Ringtoets.Integration.Forms.Test.TreeNodeInfos { @@ -74,7 +75,7 @@ var image = info.Image(new OutputPlaceholder(string.Empty)); // Assert - TestHelper.AssertImagesAreEqual(RingtoetsFormsResources.GenericInputOutputIcon, image); + TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.GenericInputOutputIcon, image); } [Test] @@ -84,7 +85,7 @@ var image = info.Image(new InputPlaceholder(string.Empty)); // Assert - TestHelper.AssertImagesAreEqual(RingtoetsFormsResources.GenericInputOutputIcon, image); + TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.GenericInputOutputIcon, image); } [Test]