Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs =================================================================== diff -u -r9c0ef646a1938dcab474ec22c94a08d597fdbcf8 -r7391d0059873c428ac191f830840d08a47d67393 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision 9c0ef646a1938dcab474ec22c94a08d597fdbcf8) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/Views/DesignWaterLevelLocationsViewTest.cs (.../DesignWaterLevelLocationsViewTest.cs) (revision 7391d0059873c428ac191f830840d08a47d67393) @@ -449,8 +449,8 @@ hydraulicBoundaryDatabaseFilePathValue = invocation.Arguments[0].ToString(); preprocessorDirectoryValue = invocation.Arguments[1].ToString(); performedCalculations = ((IEnumerable) invocation.Arguments[2]).ToArray(); - normValue = (double) invocation.Arguments[4]; - messageProviderValue = (ICalculationMessageProvider) invocation.Arguments[5]; + normValue = (double) invocation.Arguments[3]; + messageProviderValue = (ICalculationMessageProvider) invocation.Arguments[4]; }); mockRepository.ReplayAll(); @@ -513,8 +513,8 @@ hydraulicBoundaryDatabaseFilePathValue = invocation.Arguments[0].ToString(); preprocessorDirectoryValue = invocation.Arguments[1].ToString(); performedCalculations = ((IEnumerable) invocation.Arguments[2]).ToArray(); - normValue = (double) invocation.Arguments[4]; - messageProviderValue = (ICalculationMessageProvider) invocation.Arguments[5]; + normValue = (double) invocation.Arguments[3]; + messageProviderValue = (ICalculationMessageProvider) invocation.Arguments[4]; }); mockRepository.ReplayAll();