Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs =================================================================== diff -u -rdd72cf407b7d0e9284d101bb2e2854e569b1a29a -r7a0eb8b2709b5c13d4711701213826b9cbd5aafe --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision dd72cf407b7d0e9284d101bb2e2854e569b1a29a) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/HeightStructuresPluginTest.cs (.../HeightStructuresPluginTest.cs) (revision 7a0eb8b2709b5c13d4711701213826b9cbd5aafe) @@ -138,30 +138,6 @@ } [Test] - public void GetFileInfos_Always_ReturnsExpectedImportInfos() - { - // Setup - var mocks = new MockRepository(); - var guiStub = mocks.Stub(); - guiStub.Stub(g => g.ApplicationCommands).Return(mocks.Stub()); - mocks.ReplayAll(); - - using (var plugin = new HeightStructuresPlugin() - { - Gui = guiStub - }) - { - // Call - ImportInfo[] importInfos = plugin.GetImportInfos().ToArray(); - - // Assert - Assert.AreEqual(1, importInfos.Length); - Assert.AreEqual(1, importInfos.Count(i => i.DataType == typeof(HeightStructuresContext))); - } - mocks.VerifyAll(); - } - - [Test] public void GetImportInfos_ReturnsExpectedImportInfos() { // Setup