Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs =================================================================== diff -u -rdf66f878d24326f548fd12efc45148780d76e4fb -r779b46f7ea9f83cd6ab923a15a2938666bce2bd3 --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs (.../GrassCoverErosionOutwardsFailureMechanism.cs) (revision df66f878d24326f548fd12efc45148780d76e4fb) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs (.../GrassCoverErosionOutwardsFailureMechanism.cs) (revision 779b46f7ea9f83cd6ab923a15a2938666bce2bd3) @@ -51,7 +51,7 @@ /// Initializes a new instance of the class. /// public GrassCoverErosionOutwardsFailureMechanism() - : base(Resources.GrassCoverErosionOutwardsFailureMechanism_DisplayName, Resources.GrassCoverErosionOutwardsFailureMechanism_Code) + : base(Resources.GrassCoverErosionOutwardsFailureMechanism_DisplayName, Resources.GrassCoverErosionOutwardsFailureMechanism_Code, 3) { sectionResults = new ObservableList(); GeneralInput = new GeneralGrassCoverErosionOutwardsInput(); Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.Test/GrassCoverErosionOutwardsFailureMechanismTest.cs =================================================================== diff -u -rdf66f878d24326f548fd12efc45148780d76e4fb -r779b46f7ea9f83cd6ab923a15a2938666bce2bd3 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.Test/GrassCoverErosionOutwardsFailureMechanismTest.cs (.../GrassCoverErosionOutwardsFailureMechanismTest.cs) (revision df66f878d24326f548fd12efc45148780d76e4fb) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Data.Test/GrassCoverErosionOutwardsFailureMechanismTest.cs (.../GrassCoverErosionOutwardsFailureMechanismTest.cs) (revision 779b46f7ea9f83cd6ab923a15a2938666bce2bd3) @@ -45,6 +45,7 @@ Assert.IsInstanceOf(failureMechanism); Assert.AreEqual("Dijken en dammen - Grasbekleding erosie buitentalud", failureMechanism.Name); Assert.AreEqual("GEBU", failureMechanism.Code); + Assert.AreEqual(3, failureMechanism.AssemblyGroup); Assert.IsInstanceOf(failureMechanism.GeneralInput); Assert.AreEqual("Berekeningen", failureMechanism.WaveConditionsCalculationGroup.Name);