Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs =================================================================== diff -u -r64fdab6f623c85ae3ad1b030ff4046c61773a38e -r80e09f002643af4dbacc7e99574ce0c784c7e873 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 64fdab6f623c85ae3ad1b030ff4046c61773a38e) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsProjectTestHelper.cs (.../RingtoetsProjectTestHelper.cs) (revision 80e09f002643af4dbacc7e99574ce0c784c7e873) @@ -261,12 +261,9 @@ private static void SetSectionResults(IEnumerable sectionResults) { - var random = new Random(21); foreach (PipingStructureFailureMechanismSectionResult sectionResult in sectionResults) { sectionResult.AssessmentLayerOne = GetAssessmentLayerOneState(); - sectionResult.AssessmentLayerTwoA = GetAssessmentLayerTwoAResult(); - sectionResult.AssessmentLayerThree = (RoundedDouble) random.NextDouble(); } }