Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs =================================================================== diff -u -r4248 -r4372 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs (.../DebuggingTest.cs) (revision 4248) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs (.../DebuggingTest.cs) (revision 4372) @@ -42,7 +42,7 @@ /// 2) Copy the file to src\Deltares.DamEngine.IntegrationTests\TestFiles\InputForDebugging.xml /// 3) Run the test in Debugging mode /// - [Test]//, Ignore("This test is only used for debugging XML files generated by Dam UI")] + [Test, Ignore("This test is only used for debugging XML files generated by Dam UI")] [TestCase(1)] [TestCase(8)] public void DebugWithXmlInputFile(int maxCores) @@ -72,7 +72,7 @@ } } - [Test]//, Ignore("This test is only used for debugging XML files generated by Dam UI")] + [Test, Ignore("This test is only used for debugging XML files generated by Dam UI")] [TestCase(1,"InputFileOnnoBligh.xml")] [TestCase(1,"InputFileOnnoWbiSellmeijer.xml")] [TestCase(8,"InputFileOnnoBligh.xml")]