Index: DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/ModelRunnerTest.cs =================================================================== diff -u -r5844 -r5914 --- DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/ModelRunnerTest.cs (.../ModelRunnerTest.cs) (revision 5844) +++ DamClients/DamLive/trunk/src/Deltares.DamLive.Tests/ModelRunnerTest.cs (.../ModelRunnerTest.cs) (revision 5914) @@ -159,10 +159,10 @@ [SetUp] public void SetupFixture() { - paramFile = Path.Combine(TestDataFolder, "Deltares.DamLive.Application.Tests.ParametersFile.xml"); - inputFile = Path.Combine(TestDataFolder, "Deltares.DamLive.Application.Tests.InputFile.xml"); - outputFile = Path.Combine(TestDataFolder, "Deltares.DamLive.Application.Tests.OutputFile.xml"); - projectFile = Path.Combine(TestDataFolder, "Deltares.DamLive.Application.Tests.ProjectFile.damx"); + paramFile = Path.Combine(TestDataFolder, "Deltares.Dam.Application.Live.Tests.ParametersFile.xml"); + inputFile = Path.Combine(TestDataFolder, "Deltares.Dam.Application.Live.Tests.InputFile.xml"); + outputFile = Path.Combine(TestDataFolder, "Deltares.Dam.Application.Live.Tests.OutputFile.xml"); + projectFile = Path.Combine(TestDataFolder, "Deltares.Dam.Application.Live.Tests.ProjectFile.damx"); RemoveTestWorkingDirectory(); // to be sure no test directory exist from previous tests Directory.CreateDirectory(TestWorkingFolder);