Index: DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator.Tests/DGSMStabDAMInterfaceTests.cs =================================================================== diff -u -r3111 -r3161 --- DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator.Tests/DGSMStabDAMInterfaceTests.cs (.../DGSMStabDAMInterfaceTests.cs) (revision 3111) +++ DamTools/LayerOnSlopeTool/trunk/src/Deltares.LayerOnSlopeTool.StiFileCreator.Tests/DGSMStabDAMInterfaceTests.cs (.../DGSMStabDAMInterfaceTests.cs) (revision 3161) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System.Runtime.Remoting; using NUnit.Framework; namespace Deltares.LayerOnSlopeTool.StiFileCreator.Tests @@ -31,7 +30,7 @@ public void CanGetVersionInfo() { var mStabDAMInterface = new DGSMStabDAMInterface(); - Assert.AreEqual("19.1.0.27557", mStabDAMInterface.GetDllVersion()); + Assert.AreEqual("20.1", mStabDAMInterface.GetDllVersion().Substring(0,4)); } } } \ No newline at end of file