Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectMigrationTestHelperTest.cs =================================================================== diff -u -r6ebf1183846a80242d3080794e3c216bd9256f4f -r33567195e2234ef2ca812ea9276a537bf8660220 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectMigrationTestHelperTest.cs (.../RingtoetsProjectMigrationTestHelperTest.cs) (revision 6ebf1183846a80242d3080794e3c216bd9256f4f) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/RingtoetsProjectMigrationTestHelperTest.cs (.../RingtoetsProjectMigrationTestHelperTest.cs) (revision 33567195e2234ef2ca812ea9276a537bf8660220) @@ -27,7 +27,6 @@ using Core.Common.Utils; using NUnit.Framework; using Ringtoets.Common.Utils; -using Ringtoets.Integration.Data; namespace Application.Ringtoets.Storage.TestUtil.Test { @@ -52,21 +51,6 @@ } [Test] - public void GetLatestProjectFilePath_Always_ReturnsProjectThatCanBeLoaded() - { - // Setup - string latestProjectfilePath = RingtoetsProjectMigrationTestHelper.GetLatestProjectFilePath(); - - var storage = new StorageSqLite(); - - // Call - var project = (RingtoetsProject) storage.LoadProject(latestProjectfilePath); - - // Assert - Assert.IsNotNull(project); - } - - [Test] public void GetOutdatedSupportedProjectFilePath_Always_ReturnsProjectFilePathToSupportedProjectVersion() { // Call