Index: DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs =================================================================== diff -u -r3676 -r3682 --- DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 3676) +++ DamEngine/trunk/src/Deltares.DamEngine.IntegrationTests/IntegrationTests/MacroStabilityInwardsTests.cs (.../MacroStabilityInwardsTests.cs) (revision 3682) @@ -853,7 +853,7 @@ }; foreach (var file in fileList.Select(file => Path.Combine(Path.GetFullPath(calcDir), file))) { - Assert.IsTrue(File.Exists(file),file + "does not exists"); + Assert.IsTrue(File.Exists(file),file + " does not exists"); } }