Index: dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/EngineInterfaceTests.cs =================================================================== diff -u -r520 -r556 --- dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/EngineInterfaceTests.cs (.../EngineInterfaceTests.cs) (revision 520) +++ dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/EngineInterfaceTests.cs (.../EngineInterfaceTests.cs) (revision 556) @@ -37,7 +37,7 @@ [Test] public void CanCreateDamProjectData() { - const string fileName = @"TestFiles\InputFile.xml"; + const string fileName = @"TestFiles\InputFile.xml"; // This fileis created by test CanWriteAndReadDamProjectDataToXml() string xmlString = File.ReadAllText(fileName); EngineInterface engineInterface = new EngineInterface(xmlString); Assert.IsNotNull(engineInterface.DamProjectData); Index: dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/TestFiles/InputFile.xml =================================================================== diff -u -r497 -r556 --- dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/TestFiles/InputFile.xml (.../InputFile.xml) (revision 497) +++ dam engine/trunk/src/Deltares.DamEngine.Interface.Tests/TestFiles/InputFile.xml (.../InputFile.xml) (revision 556) @@ -3,12 +3,27 @@ + + + + + + + + + + + + + + + @@ -54,4 +69,122 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file