Fisheye: Tag 1173 refers to a dead (removed) revision in file `DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/MacroStabilityTests.cs'. Fisheye: No comparison available. Pass `N' to diff? Index: DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/MacroStabilityTests.cs =================================================================== diff -u -r1170 -r1173 --- DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/MacroStabilityTests.cs (.../MacroStabilityTests.cs) (revision 1170) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/MacroStabilityTests.cs (.../MacroStabilityInwardsTests.cs) (revision 1173) @@ -30,7 +30,7 @@ namespace Deltares.DamEngine.Interface.Tests { [TestFixture] - public class MacroStabilityTests + public class MacroStabilityInwardsTests { private const double tolerance = 0.0005; @@ -44,7 +44,7 @@ // Set Calculation Options: Stability Inside - Bishop // Expected results are determined by running dam\dam clients\DamUI\trunk\data\DamEngineTestProjects\DAM Tutorial Design // with Dam Classic rev.833 - const string calcDir = "TestOutStabBishop"; + const string calcDir = "TestStabInwardsBishop"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -115,7 +115,7 @@ // with Dam Classic rev.1059 // Select 1st location (DWP_1) // with Dam Classic rev.833 - const string calcDir = "TestOutStabUpliftVan"; + const string calcDir = "TestStabInwardsUpliftVan"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -183,7 +183,7 @@ // with Dam Classic rev.1059 // Select 1st location (DWP_1) // with Dam Classic rev.833 - const string calcDir = "TestOutStabBishopUpliftVan_UpliftVanLowest"; + const string calcDir = "TestStabInwardsBishopUpliftVan_UpliftVanLowest"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -229,7 +229,7 @@ // with Dam Classic rev.1059 // Select 5th location (DWP_13) // with Dam Classic rev.833 - const string calcDir = "TestOutStabBishopUpliftVan_BishopLowest"; + const string calcDir = "TestStabInwardsBishopUpliftVan_BishopLowest"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -275,7 +275,7 @@ // with Dam Classic rev.1059 // Select 10th location (DWP_18) // with Dam Classic rev.833 - const string calcDir = "TestOutStabBishopUpliftVan_NoUplift"; + const string calcDir = "TestStabInwardsBishopUpliftVan_NoUplift"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -325,7 +325,7 @@ // Select first location (6-4-1-A-1-F) // Analysis type "No adaption" // Calculation options: Stability Inside - Bishop - const string calcDir = "TestOutStabZoneBishop"; + const string calcDir = "TestStabInwardsZoneBishop"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -402,7 +402,7 @@ // For one case safety factor of zone 1 is lower than for zone 2 // For the other one safety factor of zone 1 is higher than for zone 2 // But the overall safety factor should always be the one of zone 1 - const string calcDir = "TestOutStabZone2Bishop"; + const string calcDir = "TestStabInwardsZone2Bishop"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -460,7 +460,7 @@ // Analysis type "No adaption" // Calculation options: Stability Inside - Bishop // This tests both zone areas and use of 1D profiles - const string calcDir = "TestOutStabZoneUpliftVan"; + const string calcDir = "TestStabInwardsZoneUpliftVan"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -535,7 +535,7 @@ // Calculation options: Stability Inside - Bishop // This tests two locations with same profile // But first location with Zone Areas and second location with Forbidden Zone - const string calcDir = "TestOutStabForbiddenZoneBishop"; + const string calcDir = "TestStabInwardsForbiddenZoneBishop"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -584,7 +584,7 @@ // In one the combinations location-profile (1st location, 2nd profile) DGeoStability stops during the calculation. // Then the kernel tries to read the safety factor, but fails because the dumpfile is not complete. // In Release+Classic this returned a result Unexpected Error but the calculation continued with the next combination. - const string calcDir = "TestOutStabWithErrorUpliftVan"; + const string calcDir = "TestStabInwardsWithErrorUpliftVan"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results @@ -652,7 +652,7 @@ // In one the combinations location-profile (1st location, 2nd profile) DGeoStability stops during the calculation. // Then the kernel tries to read the safety factor, but fails because the dumpfile is not complete. // In Release+Classic this returned a result Unexpected Error but the calculation continued with the next combination. - const string calcDir = "TestOutStabWithErrorBishopUpliftVan"; + const string calcDir = "TestStabInwardsWithErrorBishopUpliftVan"; if (Directory.Exists(calcDir)) { Directory.Delete(calcDir, true); // delete previous results Index: DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/Deltares.DamEngine.Interface.Tests.csproj =================================================================== diff -u -r1135 -r1173 --- DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/Deltares.DamEngine.Interface.Tests.csproj (.../Deltares.DamEngine.Interface.Tests.csproj) (revision 1135) +++ DamEngine/trunk/src/Deltares.DamEngine.Interface.Tests/Deltares.DamEngine.Interface.Tests.csproj (.../Deltares.DamEngine.Interface.Tests.csproj) (revision 1173) @@ -47,7 +47,7 @@ - +