Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r3ed8e00da47ef2780e79688a9902e12b674e4cc0 -rb6d1940005967399be0d9c6fdda3952d6024b97d --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision 3ed8e00da47ef2780e79688a9902e12b674e4cc0) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs (.../ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs) (revision b6d1940005967399be0d9c6fdda3952d6024b97d) @@ -816,12 +816,12 @@ gui.Stub(cmp => cmp.ViewCommands).Return(mocks.Stub()); gui.Stub(g => g.MainWindow).Return(mocks.Stub()); - int calculators = failureMechanism.Calculations.Count(); + int nrOfCalculators = failureMechanism.Calculations.Count(); var calculatorFactory = mocks.Stub(); calculatorFactory.Expect(cf => cf.CreateStructuresClosureCalculator(testDataPath)) .Return(new TestStructuresClosureCalculator()) .Repeat - .Times(calculators); + .Times(nrOfCalculators); mocks.ReplayAll(); DialogBoxHandler = (name, wnd) =>