Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/ReferenceLinePropertyInfoTest.cs =================================================================== diff -u -rb16774f200c0d348901cb95bae9a017793e2a57c -r2e2f4ccb8fe7c98bade2ec41e759b53b28cb6363 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/ReferenceLinePropertyInfoTest.cs (.../ReferenceLinePropertyInfoTest.cs) (revision b16774f200c0d348901cb95bae9a017793e2a57c) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/PropertyInfos/ReferenceLinePropertyInfoTest.cs (.../ReferenceLinePropertyInfoTest.cs) (revision 2e2f4ccb8fe7c98bade2ec41e759b53b28cb6363) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2017. All rights reserved. +// Copyright (C) Stichting Deltares 2018. All rights reserved. // // This file is part of Ringtoets. // @@ -26,7 +26,7 @@ using Rhino.Mocks; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Forms.PresentationObjects; -using Ringtoets.Integration.Forms.PropertyClasses; +using Riskeer.Integration.Forms.PropertyClasses; namespace Ringtoets.Integration.Plugin.Test.PropertyInfos { @@ -64,7 +64,7 @@ var assessmentSection = mocks.Stub(); mocks.ReplayAll(); - var context = new ReferenceLineContext(assessmentSection); + var context = new ReferenceLineContext(new ReferenceLine(), assessmentSection); // Call IObjectProperties objectProperties = info.CreateInstance(context);