Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs =================================================================== diff -u -r3792 -r3811 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs (.../DebuggingTest.cs) (revision 3792) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/DebuggingTest.cs (.../DebuggingTest.cs) (revision 3811) @@ -42,7 +42,7 @@ [Test, Ignore("This test is only used for debugging XML files generated by Dam UI")] public void DebugWithXmlInputFile() { - const string inputFilename = "AdaptionInputFile.xml";//"InputForDebugging.xml"; + const string inputFilename = "InputForDebugging.xml"; // or put your own name here; string fullInputFilename = Path.Combine(mapTestFiles, inputFilename); Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.InvariantCulture; string inputString = File.ReadAllText(fullInputFilename);