Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r802d3cd39b925ac9873ea277588ecd1933e374f6 -r25f59fa52f81f0e5d8e1935f00abd21f2207bb7d --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 802d3cd39b925ac9873ea277588ecd1933e374f6) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 25f59fa52f81f0e5d8e1935f00abd21f2207bb7d) @@ -214,11 +214,9 @@ private static void SetSectionResults(IEnumerable sectionResults) { - var random = new Random(21); foreach (WaterPressureAsphaltCoverFailureMechanismSectionResult sectionResult in sectionResults) { sectionResult.AssessmentLayerOne = GetAssessmentLayerOneState(); - sectionResult.AssessmentLayerThree = (RoundedDouble) random.NextDouble(); } }