Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DikeProfileTreeNodeInfoTest.cs =================================================================== diff -u -r3178e116f5e59e03078d465efeb303c5e232c7bf -r8900f570b33f0de1a512fc5b2509771e1201672c --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DikeProfileTreeNodeInfoTest.cs (.../DikeProfileTreeNodeInfoTest.cs) (revision 3178e116f5e59e03078d465efeb303c5e232c7bf) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/TreeNodeInfos/DikeProfileTreeNodeInfoTest.cs (.../DikeProfileTreeNodeInfoTest.cs) (revision 8900f570b33f0de1a512fc5b2509771e1201672c) @@ -81,7 +81,7 @@ { // Setup const string profileName = "Random profile name"; - DikeProfile dikeProfile = new TestDikeProfile(profileName); + DikeProfile dikeProfile = DikeProfileTestFactory.CreateDikeProfile(profileName); // Call string text = info.Text(dikeProfile);