Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityOutwards/DamMacroStabilityOutwardsKernelWrapperTests.cs
===================================================================
diff -u -r1029 -r1032
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityOutwards/DamMacroStabilityOutwardsKernelWrapperTests.cs (.../DamMacroStabilityOutwardsKernelWrapperTests.cs) (revision 1029)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStabilityOutwards/DamMacroStabilityOutwardsKernelWrapperTests.cs (.../DamMacroStabilityOutwardsKernelWrapperTests.cs) (revision 1032)
@@ -44,7 +44,7 @@
[TestFixture]
public class DamMacroStabilityOutwardsKernelWrapperTests
{
- private const string testFolder = @"..\..\Deltares.DamEngine.Calculators.Tests\KernelWrappers\DamMacroStabilityCommon\TestData";
+ private const string testFolder = @"KernelWrappers\DamMacroStabilityCommon\TestData";
[Test]
@@ -439,10 +439,11 @@
scenario.Location.StabilityOptions = new StabilityOptions
{
TrafficLoad = 10.0,
- SoilGeometries2DPath = testFolder
+ SoilGeometries2DPath = ""
};
scenario.Location.StabilityOptions.SoilDatabaseName = soilDbName;
scenario.ModelFactors.RequiredSafetyFactorStabilityInnerSlope = 1.1;
+ scenario.ModelFactors.UpliftCriterionStability = 1.2;
var subSoilScenario = new SoilGeometryProbability
{
Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj
===================================================================
diff -u -r1011 -r1032
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj (.../Deltares.DamEngine.Calculators.Tests.csproj) (revision 1011)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/Deltares.DamEngine.Calculators.Tests.csproj (.../Deltares.DamEngine.Calculators.Tests.csproj) (revision 1032)
@@ -91,6 +91,12 @@
+
+ PreserveNewest
+
+
+ PreserveNewest
+
PreserveNewest
@@ -106,7 +112,16 @@
PreserveNewest
-
+
+
+ PreserveNewest
+
+
+
+
+ PreserveNewest
+
+