Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs =================================================================== diff -u -r74e362128e21e414c29a561f6e6fe113bcab2635 -red5b5a31c2480fbef4ebc8258ee92eed978f5049 --- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision 74e362128e21e414c29a561f6e6fe113bcab2635) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/FailureMechanismResultView.cs (.../FailureMechanismResultView.cs) (revision ed5b5a31c2480fbef4ebc8258ee92eed978f5049) @@ -127,8 +127,8 @@ /// false if the simple assessment has passed, true otherwise. protected bool HasPassedSimpleAssessment(int rowIndex) { - return (SimpleAssessmentResultType) DataGridViewControl.GetCell(rowIndex, AssessmentLayerOneColumnIndex).Value - == SimpleAssessmentResultType.ProbabilityNegligible; + return (AssessmentLayerOneState) DataGridViewControl.GetCell(rowIndex, AssessmentLayerOneColumnIndex).Value + == AssessmentLayerOneState.Sufficient; } ///