Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rf8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e -r381345fcad26d313d3cfd5ccd3d1e131c1d5c379 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs (.../DuneLocationsContextTreeNodeInfoTest.cs) (revision f8c28b3b04cdabb62ea37772efcb1f4ebbbf2b9e) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs (.../DuneLocationsContextTreeNodeInfoTest.cs) (revision 381345fcad26d313d3cfd5ccd3d1e131c1d5c379) @@ -480,6 +480,7 @@ [Test] public void CalculateDuneLocationsFromContextMenu_HydraulicBoundaryDatabaseWithCanUsePreprocessorFalse_SendsRightInputToCalculationService() { + // Setup string validFilePath = Path.Combine(testDataPath, "complete.sqlite"); var duneLocation = new DuneLocation(1300001, "A", new Point2D(0, 0), new DuneLocation.ConstructionProperties @@ -517,7 +518,6 @@ var context = new DuneLocationsContext(failureMechanism.DuneLocations, failureMechanism, assessmentSection); - // Setup using (var treeViewControl = new TreeViewControl()) { var gui = mocks.Stub(); @@ -553,6 +553,7 @@ [Test] public void CalculateDuneLocationsFromContextMenu_HydraulicBoundaryDatabaseWithUsePreprocessorTrue_SendsRightInputToCalculationService() { + // Setup string validFilePath = Path.Combine(testDataPath, "complete.sqlite"); string preprocessorDirectory = TestHelper.GetScratchPadPath(); @@ -591,7 +592,6 @@ var context = new DuneLocationsContext(failureMechanism.DuneLocations, failureMechanism, assessmentSection); - // Setup using (var treeViewControl = new TreeViewControl()) { var gui = mocks.Stub(); @@ -627,6 +627,7 @@ [Test] public void CalculateDuneLocationsFromContextMenu_HydraulicBoundaryDatabaseWithUsePreprocessorFalse_SendsRightInputToCalculationService() { + // Setup string validFilePath = Path.Combine(testDataPath, "complete.sqlite"); var duneLocation = new DuneLocation(1300001, "A", new Point2D(0, 0), new DuneLocation.ConstructionProperties @@ -664,7 +665,6 @@ var context = new DuneLocationsContext(failureMechanism.DuneLocations, failureMechanism, assessmentSection); - // Setup using (var treeViewControl = new TreeViewControl()) { var gui = mocks.Stub();