Index: Riskeer/Integration/test/Riskeer.Integration.Data.Test/AssessmentSectionTest.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r639ce97e0b4e66e08f01cba847a0d42cc156bfe4 --- Riskeer/Integration/test/Riskeer.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Riskeer/Integration/test/Riskeer.Integration.Data.Test/AssessmentSectionTest.cs (.../AssessmentSectionTest.cs) (revision 639ce97e0b4e66e08f01cba847a0d42cc156bfe4) @@ -59,12 +59,12 @@ Assert.IsNotNull(referenceLine); CollectionAssert.IsEmpty(referenceLine.Points); - HydraulicBoundaryDatabase hydraulicBoundaryDatabase = assessmentSection.HydraulicBoundaryDatabase; - Assert.IsNotNull(hydraulicBoundaryDatabase); - CollectionAssert.IsEmpty(hydraulicBoundaryDatabase.Locations); - Assert.IsNull(hydraulicBoundaryDatabase.FilePath); - Assert.IsNull(hydraulicBoundaryDatabase.Version); - Assert.IsFalse(hydraulicBoundaryDatabase.HydraulicLocationConfigurationSettings.CanUsePreprocessor); + HydraulicBoundaryData hydraulicBoundaryData = assessmentSection.HydraulicBoundaryDatabase; + Assert.IsNotNull(hydraulicBoundaryData); + CollectionAssert.IsEmpty(hydraulicBoundaryData.Locations); + Assert.IsNull(hydraulicBoundaryData.FilePath); + Assert.IsNull(hydraulicBoundaryData.Version); + Assert.IsFalse(hydraulicBoundaryData.HydraulicLocationConfigurationSettings.CanUsePreprocessor); CollectionAssert.IsEmpty(assessmentSection.SpecificFailureMechanisms);