Index: DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamPipingBenchmarkTest.cs =================================================================== diff -u -r4377 -r4511 --- DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamPipingBenchmarkTest.cs (.../DamPipingBenchmarkTest.cs) (revision 4377) +++ DamClients/DamUI/trunk/src/Dam/Deltares.Dam.BenchmarkTests/DamPipingBenchmarkTest.cs (.../DamPipingBenchmarkTest.cs) (revision 4511) @@ -44,7 +44,7 @@ [Test] public void Bm01OneAquiferOneLayer() { - const string projectFilename = @"..\..\..\..\..\data\Dam\Benchmarks\Piping\Test 1\Integratietest piping 1.damx"; + const string projectFilename = @"..\..\..\..\..\data\Benchmarks\Piping\Test 1\Integratietest piping 1.damx"; List allCalculationresults = ComputeProject(projectFilename, PipingModelType.Bligh, 0); var expectedPipingFactor = 0.5208; // This is just taken from the calculation result itself @@ -96,7 +96,7 @@ [Test] public void Bm02OneAquiferTwoLayers() { - var projectFilename = @"..\..\..\..\..\data\Dam\Benchmarks\Piping\Test 2\Integratietest piping 2.damx"; + var projectFilename = @"..\..\..\..\..\data\Benchmarks\Piping\Test 2\Integratietest piping 2.damx"; List allCalculationresults = ComputeProject(projectFilename, PipingModelType.Bligh, 0); var expectedPipingFactor = 0.5208; // This is just taken from the calculation result itself @@ -115,7 +115,7 @@ [Test] public void Bm03OneAquiferThreeLayers() { - var projectFilename = @"..\..\..\..\..\data\Dam\Benchmarks\Piping\Test 3\Integratietest piping 3.damx"; + var projectFilename = @"..\..\..\..\..\data\Benchmarks\Piping\Test 3\Integratietest piping 3.damx"; List allCalculationresults = ComputeProject(projectFilename, PipingModelType.Bligh, 0); var expectedPipingFactor = 0.5208; // This is just taken from the calculation result itself @@ -134,7 +134,7 @@ [Test] public void Bm04TwoAquifersOneLayer() { - var projectFilename = @"..\..\..\..\..\data\Dam\Benchmarks\Piping\Test 4\Integratietest piping 4.damx"; + var projectFilename = @"..\..\..\..\..\data\Benchmarks\Piping\Test 4\Integratietest piping 4.damx"; List allCalculationresults = ComputeProject(projectFilename, PipingModelType.Bligh, 0); var expectedPipingFactor = 0.5208; // This is just taken from the calculation result itself @@ -153,7 +153,7 @@ [Test] public void Bm05TwoAquifersTwoLayers() { - var projectFilename = @"..\..\..\..\..\data\Dam\Benchmarks\Piping\Test 5\Integratietest piping 5.damx"; + var projectFilename = @"..\..\..\..\..\data\Benchmarks\Piping\Test 5\Integratietest piping 5.damx"; List allCalculationresults = ComputeProject(projectFilename, PipingModelType.Bligh, 0); var expectedPipingFactor = 0.5208; // This is just taken from the calculation result itself @@ -232,7 +232,7 @@ public void Bm06TwoAquifersTwoLayersWithDifferentDistanceToEntryPoint(double distanceToEntryPoint, double expectedWtiPipingFactor, double expectedSeepageLength, double expectedHc, double expectedCCreep) { - var projectFilename = @"..\..\..\..\..\data\Dam\Benchmarks\Piping\Test 5\Integratietest piping 5.damx"; + var projectFilename = @"..\..\..\..\..\data\Benchmarks\Piping\Test 5\Integratietest piping 5.damx"; List allCalculationresults = ComputeProject(projectFilename, PipingModelType.Bligh, distanceToEntryPoint); var expectedPipingFactor = 0.5208; // This is just taken from the calculation result itself