Index: DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs =================================================================== diff -u -r1117 -r1122 --- DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs (.../FillDamFromXmlInputTests.cs) (revision 1117) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/FillDamFromXmlInputTests.cs (.../FillDamFromXmlInputTests.cs) (revision 1122) @@ -241,12 +241,12 @@ var location = new Data.General.Location(); location.Name = "Location " + (i + 1).ToString(); location.XSoilGeometry2DOrigin = 1.23; - location.ModelParametersForPLLines.PlLineCreationMethod = (PlLineCreationMethod) i; + location.ModelParametersForPlLines.PlLineCreationMethod = (PlLineCreationMethod) i; location.IntrusionVerticalWaterPressure = (IntrusionVerticalWaterPressureType) i; location.PolderLevel = 1.0 * i + 0.11; - location.ModelParametersForPLLines.DampingFactorPL4 = 1.0 * i + 0.12; - location.ModelParametersForPLLines.DampingFactorPL3 = 1.0 * i + 0.13; - location.ModelParametersForPLLines.PenetrationLength = 1.0 * i + 0.14; + location.ModelParametersForPlLines.DampingFactorPl4 = 1.0 * i + 0.12; + location.ModelParametersForPlLines.DampingFactorPl3 = 1.0 * i + 0.13; + location.ModelParametersForPlLines.PenetrationLength = 1.0 * i + 0.14; location.PlLineOffsetBelowDikeCrestMiddle = 1.0 * i + 0.15; location.UsePlLineOffsetFactorBelowShoulderCrest = true; location.PlLineOffsetFactorBelowShoulderCrest = 1.0 * i + 0.16;