Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsEntitiesHelper.cs =================================================================== diff -u -r05013c44d1273bac219a442dc7959706c6bac715 -r11f0867b39150ae5fac83dc178a89fee46d27611 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsEntitiesHelper.cs (.../RingtoetsEntitiesHelper.cs) (revision 05013c44d1273bac219a442dc7959706c6bac715) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil/RingtoetsEntitiesHelper.cs (.../RingtoetsEntitiesHelper.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) @@ -53,6 +53,7 @@ DbSet macrostabilityInwardsSectionResultsSet = CreateEmptyTestDbSet(); DbSet macrostabilityOutwardsSectionResultsSet = CreateEmptyTestDbSet(); DbSet waveImpactAsphaltCoverSectionResultsSet = CreateEmptyTestDbSet(); + DbSet grassCoverErosionOutwardsMetaSet = CreateEmptyTestDbSet(); DbSet grassCoverErosionOutwardsSectionResultsSet = CreateEmptyTestDbSet(); DbSet grassCoverSlipOffInwardsSectionResultsSet = CreateEmptyTestDbSet(); DbSet grassCoverSlipOffOutwardsSectionResultsSet = CreateEmptyTestDbSet(); @@ -94,6 +95,7 @@ ringtoetsEntities.Stub(r => r.MacrostabilityInwardsSectionResultEntities).Return(macrostabilityInwardsSectionResultsSet); ringtoetsEntities.Stub(r => r.MacrostabilityOutwardsSectionResultEntities).Return(macrostabilityOutwardsSectionResultsSet); ringtoetsEntities.Stub(r => r.WaveImpactAsphaltCoverSectionResultEntities).Return(waveImpactAsphaltCoverSectionResultsSet); + ringtoetsEntities.Stub(r => r.GrassCoverErosionOutwardsFailureMechanismMetaEntities).Return(grassCoverErosionOutwardsMetaSet); ringtoetsEntities.Stub(r => r.GrassCoverErosionOutwardsSectionResultEntities).Return(grassCoverErosionOutwardsSectionResultsSet); ringtoetsEntities.Stub(r => r.GrassCoverSlipOffInwardsSectionResultEntities).Return(grassCoverSlipOffInwardsSectionResultsSet); ringtoetsEntities.Stub(r => r.GrassCoverSlipOffOutwardsSectionResultEntities).Return(grassCoverSlipOffOutwardsSectionResultsSet);