Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Assemblers/Geometry2DSectionAssemblerTest.cs =================================================================== diff -u -r5143 -r5961 --- DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Assemblers/Geometry2DSectionAssemblerTest.cs (.../Geometry2DSectionAssemblerTest.cs) (revision 5143) +++ DamEngine/trunk/src/Deltares.DamEngine.Calculators.Tests/KernelWrappers/Assemblers/Geometry2DSectionAssemblerTest.cs (.../Geometry2DSectionAssemblerTest.cs) (revision 5961) @@ -113,7 +113,7 @@ Assert.That(geometry2DSectionParameters.SoilProfile.BottomLevel, Is.EqualTo(-10).Within(cTolerance)); Assert.That(geometry2DSectionParameters.SoilProfile.Layers[3].SoilName.Equals("DKN3"), Is.True); Assert.That(geometry2DSectionParameters.SoilProfile.Layers[3].TopLevel, Is.EqualTo(-2.8).Within(cTolerance)); - Assert.That(geometry2DSectionParameters.SoilGeometry2DName.Equals("1D1.sti"), Is.True); + Assert.That(geometry2DSectionParameters.SoilGeometry2DName.Equals("1D1.stix"), Is.True); Assert.That(geometry2DSectionParameters.XCoordinateSection, Is.EqualTo(64.0).Within(cTolerance)); } } \ No newline at end of file