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