Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresCalculationActivityIntegrationTest.cs =================================================================== diff -u -rb2f617ad0d8d6457422a569685763b9718740560 -r3e79015849651b140c9b496e8f0f57fcdcac0d92 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresCalculationActivityIntegrationTest.cs (.../HeightStructuresCalculationActivityIntegrationTest.cs) (revision b2f617ad0d8d6457422a569685763b9718740560) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresCalculationActivityIntegrationTest.cs (.../HeightStructuresCalculationActivityIntegrationTest.cs) (revision 3e79015849651b140c9b496e8f0f57fcdcac0d92) @@ -147,7 +147,7 @@ InputParameters = { HydraulicBoundaryLocation = assessmentSection.HydraulicBoundaryDatabase.Locations.First(hl => hl.Id == 1300001), - HeightStructure = new TestHeightStructure() + Structure = new TestHeightStructure() } }; @@ -197,7 +197,7 @@ InputParameters = { HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "test", 1, 1), - HeightStructure = new TestHeightStructure() + Structure = new TestHeightStructure() } }; @@ -251,7 +251,7 @@ InputParameters = { HydraulicBoundaryLocation = assessmentSection.HydraulicBoundaryDatabase.Locations.First(hl => hl.Id == 1300001), - HeightStructure = new TestHeightStructure() + Structure = new TestHeightStructure() } }; @@ -299,7 +299,7 @@ InputParameters = { HydraulicBoundaryLocation = new HydraulicBoundaryLocation(1, "test", 1, 1), - HeightStructure = new TestHeightStructure() + Structure = new TestHeightStructure() } };