Index: dam engine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStability/MStabXmlDocTests.cs =================================================================== diff -u -r683 -r692 --- dam engine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStability/MStabXmlDocTests.cs (.../MStabXmlDocTests.cs) (revision 683) +++ dam engine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/DamMacroStability/MStabXmlDocTests.cs (.../MStabXmlDocTests.cs) (revision 692) @@ -15,7 +15,7 @@ [TestFixture] public class MStabXmlDocTests { - [Test] + [Test, Category("Work_In_Progress")] public void TestCreateMStabXmlDoc() { var soilGeometry2DName = "testgeom2D"; @@ -31,8 +31,9 @@ scenario.Location = new Location(); scenario.Location.SoildatabaseName = soilDbName; // ToDo zant_mxl I think a Location needs Segments for location.GetMostProbableProfile while creating Pl lines - scenario.Location.Segment = new Segment(); - + //#Bka : Esther. to get this working you must add a lot more data otherwise this test will never work + scenario.Location.Segment = new Segment(); + scenario.Location.Segment.SoilProfileProbabilities.Add(new SoilGeometryProbability()); //#Bka SoilprofProb should be filled! var soilProfile = CreatePipingSellmeijerProfileWithOneSandlayer(); var surfaceLine = CreateSurfaceLineTutorial1();