Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/ProjectUpdateExtensionsTest.cs =================================================================== diff -u -r9d77e28eef1dda363f4854ba2011a0107588d82c -rc7ac7512bbc38609f60d8d8e383f3186cc79a156 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/ProjectUpdateExtensionsTest.cs (.../ProjectUpdateExtensionsTest.cs) (revision 9d77e28eef1dda363f4854ba2011a0107588d82c) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Update/ProjectUpdateExtensionsTest.cs (.../ProjectUpdateExtensionsTest.cs) (revision c7ac7512bbc38609f60d8d8e383f3186cc79a156) @@ -292,6 +292,30 @@ DuneErosion = { StorageId = 1 + }, + GrassCoverSlipOffInwards = + { + StorageId = 1 + }, + MacrostabilityOutwards = + { + StorageId = 1 + }, + Microstability = + { + StorageId = 1 + }, + StrengthStabilityLengthwiseConstruction = + { + StorageId = 1 + }, + TechnicalInnovation = + { + StorageId = 1 + }, + WaterPressureAsphaltCover = + { + StorageId = 1 } }; var project = new Project @@ -305,11 +329,11 @@ var assessmentSectionEntity = new AssessmentSectionEntity { - AssessmentSectionEntityId = 1 + AssessmentSectionEntityId = section.StorageId }; var projectEntity = new ProjectEntity { - ProjectEntityId = 1, + ProjectEntityId = project.StorageId, AssessmentSectionEntities = { assessmentSectionEntity