Index: DamClients/DamUI/trunk/src/Dam/Tests/DamEngineIo/FillXmlInputFromDamUiTests.cs =================================================================== diff -u -r2521 -r2527 --- DamClients/DamUI/trunk/src/Dam/Tests/DamEngineIo/FillXmlInputFromDamUiTests.cs (.../FillXmlInputFromDamUiTests.cs) (revision 2521) +++ DamClients/DamUI/trunk/src/Dam/Tests/DamEngineIo/FillXmlInputFromDamUiTests.cs (.../FillXmlInputFromDamUiTests.cs) (revision 2527) @@ -386,17 +386,6 @@ location.NewSlopeAngleDitch = 10.0 * i + 0.64; location.NewDepthDitch = 10.0 * i + 0.65; location.StabilityDesignMethod = StabilityDesignMethod.SlopeAdaptionBeforeShoulderAdaption; - // ModelFactors - location.ModelFactors = new ModelFactors() - { - RequiredSafetyFactorPiping = 10.0 * i + 0.65, - RequiredSafetyFactorStabilityInnerSlope = 10.0 * i + 0.66, - RequiredSafetyFactorStabilityOuterSlope = 10.0 * i + 0.67, - UpliftCriterionStability = 10.0 * i + 0.68, - UpliftCriterionPiping = 10.0 * i + 0.69 - }; - // DikeTableHeight, RiverLevel, RiverLevelLow - // are not written to the xml in waternetoptions, therefore don't set values for them here dike.Locations.Add(location); } }