Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/LayerCreatorTests.cs =================================================================== diff -u -r3205 -r3219 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/LayerCreatorTests.cs (.../LayerCreatorTests.cs) (revision 3205) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.LayerCreator.Tests/LayerCreatorTests.cs (.../LayerCreatorTests.cs) (revision 3219) @@ -105,7 +105,7 @@ Directory.CreateDirectory(outputFolder); layerCreator.Execute(); - var resultFile = Path.Combine(outputFolder, "111-DIG-8986-01.2.sti"); + var resultFile = Path.Combine(outputFolder, "111-DIG-8986-01.2-dp 46_111-DIG-8986-01.2.sti"); Assert.IsTrue(File.Exists(resultFile)); var logFile = Path.Combine(outputFolder, layerCreator.LogFileName); Assert.IsTrue(File.Exists(logFile)); @@ -125,23 +125,23 @@ Directory.CreateDirectory(outputFolderMulti); layerCreator.Execute(); - var resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-01.2.sti"); + var resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-01.2-dp 46_111-DIG-8986-01.2.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-05.1.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-05.1-dp 07_111-DIG-8986-05.1.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-05.2.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-05.2-dp 10_111-DIG-8986-05.2.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-06.2.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-06.2-dp 19_111-DIG-8986-06.2.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.1.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.1-dp 26_111-DIG-8986-07.1.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.1a.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.1-dp 30_111-DIG-8986-07.1a.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.2.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.2-dp 32_111-DIG-8986-07.2.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.3.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.3-dp 36_111-DIG-8986-07.3.sti"); Assert.IsTrue(File.Exists(resultFile)); - resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.4.sti"); + resultFile = Path.Combine(outputFolderMulti, "111-DIG-8986-07.4-dp 43_111-DIG-8986-07.4.sti"); Assert.IsTrue(File.Exists(resultFile)); var logFile = Path.Combine(outputFolderMulti, layerCreator.LogFileName);