Index: dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/DGeoStabilityExeRunnerTests.cs =================================================================== diff -u -r407 -r424 --- dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/DGeoStabilityExeRunnerTests.cs (.../DGeoStabilityExeRunnerTests.cs) (revision 407) +++ dam failuremechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/DGeoStabilityExeRunnerTests.cs (.../DGeoStabilityExeRunnerTests.cs) (revision 424) @@ -109,15 +109,15 @@ [Test] [ExpectedException(typeof(ArgumentException), ExpectedMessage = "Projectnaam ' ' is niet geldig")] [SetUICulture("nl-NL")] - public void TestLanguageNlTestThrowsExceptionEmptyProject() + public void TestLanguageNlThrowsExceptionEmptyProject() { runner.RunDGeoStabilityProject(" "); } [Test] [ExpectedException(typeof(ArgumentException), ExpectedMessage = "Project name ' ' is not valid")] [SetUICulture("en-US")] - public void TestLanguageEnTestThrowsExceptionEmptyProject() + public void TestLanguageEnThrowsExceptionEmptyProject() { runner.RunDGeoStabilityProject(" "); }