Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs
===================================================================
diff -u -rc003f01e1166d2272e102ab6b37dedf7716cd2f9 -rf21ec839325d90ce1c5f0d08a8e743ebaf6912dd
--- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs (.../AssessmentSectionHelper.cs) (revision c003f01e1166d2272e102ab6b37dedf7716cd2f9)
+++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs (.../AssessmentSectionHelper.cs) (revision f21ec839325d90ce1c5f0d08a8e743ebaf6912dd)
@@ -36,14 +36,14 @@
///
/// Creates a stub of .
///
+ /// The failure mechanism to set the contribution for.
/// The mock repository to create the stub with.
- /// The failure mechanism to set the contribution for (optional).
/// The file path to the hydraulic boundary database (optional).
/// A stubbed .
/// When is provided, a dummy location with id 1300001 is added to the
/// hydraulic boundary database too.
- public static IAssessmentSection CreateAssessmentSectionStub(MockRepository mockRepository,
- IFailureMechanism failureMechanism = null,
+ public static IAssessmentSection CreateAssessmentSectionStub(IFailureMechanism failureMechanism,
+ MockRepository mockRepository,
string filePath = null)
{
IFailureMechanism[] failureMechanisms = GetFailureMechanisms(failureMechanism);