Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs =================================================================== diff -u -r5963 -r6190 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs (.../DebuggingTest.cs) (revision 5963) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs (.../DebuggingTest.cs) (revision 6190) @@ -52,22 +52,4 @@ int errorCount = GeneralHelper.DetermineNumberOfCalculationErrors(engineInterface.DamProjectData.CalculationMessages); Assert.That(errorCount, Is.EqualTo(0), "There should be no errors during the calculation."); } - - [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")] - [TestCase(8, "InputFileOnnoWbiSellmeijer.xml")] - public void DebugProblemOnno(int maxCores, string fileName) - { - string fullInputFilename = Path.Combine(mapTestFiles, fileName); - Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture; - string inputString = File.ReadAllText(fullInputFilename); - string outputName = fileName + maxCores + ".xml"; - var engineInterface = new EngineInterface(inputString); - GeneralHelper.RunAfterInputValidation(engineInterface, true, outputName); - - int errorCount = GeneralHelper.DetermineNumberOfCalculationErrors(engineInterface.DamProjectData.CalculationMessages); - Assert.That(errorCount, Is.EqualTo(0), "There should be nor errors during the calculation."); - } } \ No newline at end of file