Index: Riskeer/Integration/test/Riskeer.Integration.IO.Test/Importers/HydraulicBoundaryDatabaseImporterTest.cs =================================================================== diff -u -r06e08db490f5112eb155169c694d3222d0928c5c -r784c3e285900c9a4a29ce9cb27bba84358c354b2 --- Riskeer/Integration/test/Riskeer.Integration.IO.Test/Importers/HydraulicBoundaryDatabaseImporterTest.cs (.../HydraulicBoundaryDatabaseImporterTest.cs) (revision 06e08db490f5112eb155169c694d3222d0928c5c) +++ Riskeer/Integration/test/Riskeer.Integration.IO.Test/Importers/HydraulicBoundaryDatabaseImporterTest.cs (.../HydraulicBoundaryDatabaseImporterTest.cs) (revision 784c3e285900c9a4a29ce9cb27bba84358c354b2) @@ -192,7 +192,6 @@ // Setup var mocks = new MockRepository(); var handler = mocks.StrictMock(); - handler.Stub(h => h.IsConfirmationRequired(null, null)).IgnoreArguments().Return(false); mocks.ReplayAll(); string path = Path.Combine(testDataPath, "withoutHLCD", "complete.sqlite"); @@ -215,7 +214,6 @@ // Setup var mocks = new MockRepository(); var handler = mocks.StrictMock(); - handler.Stub(h => h.IsConfirmationRequired(null, null)).IgnoreArguments().Return(false); mocks.ReplayAll(); string path = Path.Combine(testDataPath, "EmptyHLCDSchema", "complete.sqlite"); @@ -239,7 +237,6 @@ // Setup var mocks = new MockRepository(); var handler = mocks.StrictMock(); - handler.Stub(h => h.IsConfirmationRequired(null, null)).IgnoreArguments().Return(false); mocks.ReplayAll(); string path = Path.Combine(testDataPath, "InvalidHLCDSchema", "complete.sqlite"); @@ -265,7 +262,6 @@ // Setup var mocks = new MockRepository(); var handler = mocks.StrictMock(); - handler.Stub(h => h.IsConfirmationRequired(null, null)).IgnoreArguments().Return(false); mocks.ReplayAll(); string path = Path.Combine(testDataPath, testFolder, "complete.sqlite"); @@ -289,7 +285,6 @@ // Setup var mocks = new MockRepository(); var handler = mocks.StrictMock(); - handler.Stub(h => h.IsConfirmationRequired(null, null)).IgnoreArguments().Return(false); mocks.ReplayAll(); string path = Path.Combine(testDataPath, "withoutSettings", "complete.sqlite"); @@ -313,7 +308,6 @@ // Setup var mocks = new MockRepository(); var handler = mocks.StrictMock(); - handler.Stub(h => h.IsConfirmationRequired(null, null)).IgnoreArguments().Return(false); mocks.ReplayAll(); string path = Path.Combine(testDataPath, "invalidSettings", "complete.sqlite"); @@ -336,7 +330,6 @@ // Setup var mocks = new MockRepository(); var handler = mocks.StrictMock(); - handler.Stub(h => h.IsConfirmationRequired(null, null)).IgnoreArguments().Return(false); mocks.ReplayAll(); string path = Path.Combine(testDataPath, "missingPreprocessorClosure", "complete.sqlite");