Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs =================================================================== diff -u -rde0587e7a49216979d4b9e3dc2cf3e459dbbf655 -r79ff4139050f2d5eb2ce2bea4f998a0d4aaa2114 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision de0587e7a49216979d4b9e3dc2cf3e459dbbf655) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/ForeshoreProfilesContextImportInfoTest.cs (.../ForeshoreProfilesContextImportInfoTest.cs) (revision 79ff4139050f2d5eb2ce2bea4f998a0d4aaa2114) @@ -27,7 +27,6 @@ using Core.Common.Util; using Core.Gui; using Core.Gui.Forms.Main; -using Core.Gui.Forms.ViewHost; using Core.Gui.Plugin; using NUnit.Extensions.Forms; using NUnit.Framework; @@ -206,7 +205,6 @@ gui.Stub(g => g.MainWindow).Return(mainWindow); gui.Stub(g => g.ProjectOpened += null).IgnoreArguments(); gui.Stub(g => g.ProjectOpened -= null).IgnoreArguments(); - gui.Stub(g => g.ViewHost).Return(mocks.Stub()); var calculationWithoutOutput = mocks.Stub(); calculationWithoutOutput.Stub(calc => calc.HasOutput).Return(false); @@ -252,7 +250,6 @@ gui.Stub(g => g.MainWindow).Return(mainWindow); gui.Stub(g => g.ProjectOpened += null).IgnoreArguments(); gui.Stub(g => g.ProjectOpened -= null).IgnoreArguments(); - gui.Stub(g => g.ViewHost).Return(mocks.Stub()); var calculationWithoutOutput = mocks.Stub(); calculationWithoutOutput.Stub(calc => calc.HasOutput).Return(true); Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/HydraulicBoundaryDatabaseContextImportInfoTest.cs =================================================================== diff -u -rde0587e7a49216979d4b9e3dc2cf3e459dbbf655 -r79ff4139050f2d5eb2ce2bea4f998a0d4aaa2114 --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/HydraulicBoundaryDatabaseContextImportInfoTest.cs (.../HydraulicBoundaryDatabaseContextImportInfoTest.cs) (revision de0587e7a49216979d4b9e3dc2cf3e459dbbf655) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/ImportInfos/HydraulicBoundaryDatabaseContextImportInfoTest.cs (.../HydraulicBoundaryDatabaseContextImportInfoTest.cs) (revision 79ff4139050f2d5eb2ce2bea4f998a0d4aaa2114) @@ -26,7 +26,6 @@ using Core.Common.Util; using Core.Gui; using Core.Gui.Commands; -using Core.Gui.Forms.ViewHost; using Core.Gui.Plugin; using NUnit.Framework; using Rhino.Mocks; @@ -54,7 +53,6 @@ gui.Stub(g => g.ViewCommands).Return(mocks.Stub()); gui.Stub(g => g.ProjectOpened += null).IgnoreArguments(); gui.Stub(g => g.ProjectOpened -= null).IgnoreArguments(); - gui.Stub(g => g.ViewHost).Return(mocks.Stub()); mocks.ReplayAll(); plugin = new RiskeerPlugin