using System; using System.Collections.Generic; using System.Linq; using System.Text; using Deltares.Dam.Data; using Deltares.Dam.Data.Importers; using Deltares.Dam.TestHelper; using NUnit.Framework; namespace Deltares.Dam.Tests { [TestFixture] public class FailureMechanismTests { /* Note: I disabled the test because of the reference to a local file / folder (work in progress) * [Test] public void Test() { var loader = new ProjectLoader(); var projectData = loader.LoadProject(@"D:\Sources\Deltares\Dam Issues\MWDAM-273\DAM Invoer"); var dike = projectData.WaterBoard.Dikes.First(); } */ } }