Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs
===================================================================
diff -u -r7fa4481428458d47cc3ec2fe6e75b12a1c539c8d -r1d64c85fa6d013812d3f38fa09ae4e7ec82480fe
--- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs (.../AssessmentSectionHelper.cs) (revision 7fa4481428458d47cc3ec2fe6e75b12a1c539c8d)
+++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil/AssessmentSectionHelper.cs (.../AssessmentSectionHelper.cs) (revision 1d64c85fa6d013812d3f38fa09ae4e7ec82480fe)
@@ -28,7 +28,7 @@
namespace Ringtoets.Common.Data.TestUtil
{
///
- /// Helper class for testing the assessment section.
+ /// Helper class for creating assessment sections that can be used for unit tests.
///
public static class AssessmentSectionHelper
{
@@ -60,7 +60,7 @@
private static IAssessmentSection CreateAssessmentSectionStub(IFailureMechanism failureMechanism,
MockRepository mockRepository,
- bool addBoundaryDatabase,
+ bool addBoundaryDatabase,
string filePath)
{
var assessmentSectionStub = mockRepository.Stub();