Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/PlLinesCreator/PlLinesCreatorTest.cs =================================================================== diff -u -r5164 -r5169 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/PlLinesCreator/PlLinesCreatorTest.cs (.../PlLinesCreatorTest.cs) (revision 5164) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/PlLinesCreator/PlLinesCreatorTest.cs (.../PlLinesCreatorTest.cs) (revision 5169) @@ -1088,7 +1088,7 @@ /// /// Test if PL2 and PL4 are created correctly if no inbetween aquifer present and penetration length ending in that aquifer /// - [Test, Ignore("Expected result is incorrect, will be solved in MWDAM-2356 subtask MWDAM-2358")] + [Test] public void CreatePL2andPL4For1DGeometryWithExpertKnowledgeRRDWithAllWithSandLayerInBetweenAndPenetrationLengthInThisAquiferLayer() { const double cPenetrationLength = 4.0; @@ -1361,7 +1361,7 @@ /// This test evaluates the same stuation as CreatePL3For1DGeometryWithExpertKnowledgeRRD() /// The difference is that here the geometry is entered as a 1d-geometry /// - [Test, Ignore("Expected result is incorrect, will be solved in MWDAM-2356 subtask MWDAM-2358")] + [Test] public void CreatePl3For1DGeometryWithExpertKnowledgeRrd() { const double cDampingFactor = 0.3; @@ -1545,7 +1545,7 @@ } } - [Test, Ignore("Expected result is incorrect, will be solved in MWDAM-2356 subtask MWDAM-2358")] + [Test] public void CreatePl4For1DGeometryWithExpertKnowledgeRrdThrowsExceptionIfNoAquifers() { const double cDampingFactor = 0.4;