Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rf6159b772668c5564d585d15a86bd8c3632f711c -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs (.../DuneLocationsContextTreeNodeInfoTest.cs) (revision f6159b772668c5564d585d15a86bd8c3632f711c) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Plugin.Test/TreeNodeInfos/DuneLocationsContextTreeNodeInfoTest.cs (.../DuneLocationsContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -384,22 +384,22 @@ Contribution = 10 }; failureMechanism.DuneLocations.AddRange(new[] - { - new DuneLocation(1300001, "A", new Point2D(0, 0), new DuneLocation.ConstructionProperties - { - CoastalAreaId = 0, - Offset = 0, - Orientation = 0, - D50 = 0.000007 - }), - new DuneLocation(1300002, "B", new Point2D(0, 0), new DuneLocation.ConstructionProperties - { - CoastalAreaId = 0, - Offset = 0, - Orientation = 0, - D50 = 0.000007 - }) - }); + { + new DuneLocation(1300001, "A", new Point2D(0, 0), new DuneLocation.ConstructionProperties + { + CoastalAreaId = 0, + Offset = 0, + Orientation = 0, + D50 = 0.000007 + }), + new DuneLocation(1300002, "B", new Point2D(0, 0), new DuneLocation.ConstructionProperties + { + CoastalAreaId = 0, + Offset = 0, + Orientation = 0, + D50 = 0.000007 + }) + }); var hydraulicBoundaryDatabase = new HydraulicBoundaryDatabase { @@ -410,14 +410,14 @@ assessmentSection.HydraulicBoundaryDatabase = hydraulicBoundaryDatabase; assessmentSection.Stub(a => a.Id).Return("13-1"); assessmentSection.Stub(a => a.GetFailureMechanisms()).Return(new[] - { - failureMechanism - }); + { + failureMechanism + }); assessmentSection.Stub(a => a.FailureMechanismContribution) .Return(new FailureMechanismContribution(new[] - { - failureMechanism - }, 1, 1.0/200)); + { + failureMechanism + }, 1, 1.0 / 200)); var context = new DuneLocationsContext(failureMechanism.DuneLocations, failureMechanism, assessmentSection); var builder = new CustomItemsOnlyContextMenuBuilder(); @@ -440,22 +440,22 @@ { // Call TestHelper.AssertLogMessages(() => contextMenu.Items[contextMenuCalculateAllIndex].PerformClick(), messages => - { - var messageList = messages.ToList(); + { + var messageList = messages.ToList(); - // Assert - Assert.AreEqual(10, messageList.Count); - StringAssert.StartsWith("Berekening van 'A' gestart om: ", messageList[0]); - Assert.AreEqual("Duinafslag berekening voor locatie 'A' is niet geconvergeerd.", messageList[1]); - StringAssert.StartsWith("Duinafslag berekening is uitgevoerd op de tijdelijke locatie", messageList[2]); - StringAssert.StartsWith("Berekening van 'A' beëindigd om: ", messageList[3]); - StringAssert.StartsWith("Berekening van 'B' gestart om: ", messageList[4]); - Assert.AreEqual("Duinafslag berekening voor locatie 'B' is niet geconvergeerd.", messageList[5]); - StringAssert.StartsWith("Duinafslag berekening is uitgevoerd op de tijdelijke locatie", messageList[6]); - StringAssert.StartsWith("Berekening van 'B' beëindigd om: ", messageList[7]); - Assert.AreEqual("Uitvoeren van 'A' is gelukt.", messageList[8]); - Assert.AreEqual("Uitvoeren van 'B' is gelukt.", messageList[9]); - }); + // Assert + Assert.AreEqual(10, messageList.Count); + StringAssert.StartsWith("Berekening van 'A' gestart om: ", messageList[0]); + Assert.AreEqual("Duinafslag berekening voor locatie 'A' is niet geconvergeerd.", messageList[1]); + StringAssert.StartsWith("Duinafslag berekening is uitgevoerd op de tijdelijke locatie", messageList[2]); + StringAssert.StartsWith("Berekening van 'A' beëindigd om: ", messageList[3]); + StringAssert.StartsWith("Berekening van 'B' gestart om: ", messageList[4]); + Assert.AreEqual("Duinafslag berekening voor locatie 'B' is niet geconvergeerd.", messageList[5]); + StringAssert.StartsWith("Duinafslag berekening is uitgevoerd op de tijdelijke locatie", messageList[6]); + StringAssert.StartsWith("Berekening van 'B' beëindigd om: ", messageList[7]); + Assert.AreEqual("Uitvoeren van 'A' is gelukt.", messageList[8]); + Assert.AreEqual("Uitvoeren van 'B' is gelukt.", messageList[9]); + }); } } } Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs =================================================================== diff -u -r14ccbe0f0055d45c557b979f6541c785b684e357 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision 14ccbe0f0055d45c557b979f6541c785b684e357) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -470,7 +470,7 @@ { // Assert ToolStripItem contextMenuItem = contextMenu.Items[contextMenuValidateIndex]; - + Assert.AreEqual("&Valideren", contextMenuItem.Text); StringAssert.Contains("Herstellen van de verbinding met de hydraulische randvoorwaardendatabase is mislukt.", contextMenuItem.ToolTipText); TestHelper.AssertImagesAreEqual(RingtoetsCommonFormsResources.ValidateIcon, contextMenuItem.Image); Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -r14ccbe0f0055d45c557b979f6541c785b684e357 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 14ccbe0f0055d45c557b979f6541c785b684e357) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsCalculationGroupContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -204,7 +204,6 @@ menuBuilderMock.Expect(mb => mb.Build()).Return(null); } - using (var treeViewControl = new TreeViewControl()) { guiMock.Expect(cmp => cmp.Get(groupContext, treeViewControl)).Return(menuBuilderMock); Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r14ccbe0f0055d45c557b979f6541c785b684e357 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 14ccbe0f0055d45c557b979f6541c785b684e357) +++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -22,7 +22,6 @@ using System.IO; using System.Linq; using System.Windows.Forms; -using Core.Common.Base.Geometry; using Core.Common.Controls.TreeView; using Core.Common.Gui; using Core.Common.Gui.Commands; @@ -204,7 +203,6 @@ menuBuilderMock.Expect(mb => mb.Build()).Return(null); } - using (var treeViewControl = new TreeViewControl()) { guiMock.Expect(cmp => cmp.Get(failureMechanismContext, treeViewControl)).Return(menuBuilderMock); Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rbd216dc28f22e55bd7e8347861352bc1aca90030 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision bd216dc28f22e55bd7e8347861352bc1aca90030) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsDesignWaterLevelLocationsContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -405,7 +405,7 @@ Assert.AreEqual(grassCoverErosionOutwardsHydraulicBoundaryLocation.Id, designWaterLevelCalculationInput.HydraulicBoundaryLocationId); var expectedProbability = assessmentSectionStub.FailureMechanismContribution.Norm - *(failureMechanism.Contribution/100)/ + * (failureMechanism.Contribution / 100) / failureMechanism.GeneralInput.N; Assert.AreEqual(StatisticsConverter.ProbabilityToReliability(expectedProbability), designWaterLevelCalculationInput.Beta); } Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -rf2f7d22ee59276f5df1f83fd409899bd895ea163 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision f2f7d22ee59276f5df1f83fd409899bd895ea163) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsFailureMechanismContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsFailureMechanismContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -216,7 +216,7 @@ Assert.AreEqual(2, outputsFolder.Contents.Count); var failureMechanismResultsContext = (FailureMechanismSectionResultContext) - outputsFolder.Contents[0]; + outputsFolder.Contents[0]; Assert.AreSame(failureMechanism, failureMechanismResultsContext.FailureMechanism); Assert.AreSame(failureMechanism.SectionResults, failureMechanismResultsContext.WrappedData); Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rb3a98c795a51363606d0b9271d424b248e5afe52 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision b3a98c795a51363606d0b9271d424b248e5afe52) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -664,7 +664,7 @@ { // Setup string validHydroDatabasePath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.Common.IO, - Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); + Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); using (var treeViewControl = new TreeViewControl()) { @@ -716,7 +716,7 @@ { // Setup string validHydroDatabasePath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.Common.IO, - Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); + Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); using (var treeViewControl = new TreeViewControl()) { Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs =================================================================== diff -u -rbd216dc28f22e55bd7e8347861352bc1aca90030 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs) (revision bd216dc28f22e55bd7e8347861352bc1aca90030) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Plugin.Test/TreeNodeInfos/GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs (.../GrassCoverErosionOutwardsWaveHeightLocationsContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -453,8 +453,8 @@ Assert.AreEqual(grassCoverErosionOutwardsHydraulicBoundaryLocation.Id, waveHeightCalculationInput.HydraulicBoundaryLocationId); var expectedProbability = assessmentSectionStub.FailureMechanismContribution.Norm - *(failureMechanism.Contribution/100) - /failureMechanism.GeneralInput.N; + * (failureMechanism.Contribution / 100) + / failureMechanism.GeneralInput.N; Assert.AreEqual(StatisticsConverter.ProbabilityToReliability(expectedProbability), waveHeightCalculationInput.Beta); } } Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -r08d1e0071c50b67ff8c6a6eba6ec47734d714182 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 08d1e0071c50b67ff8c6a6eba6ec47734d714182) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/TreeNodeInfos/HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs (.../HeightStructuresFailureMechanismContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -23,7 +23,6 @@ using System.IO; using System.Linq; using System.Windows.Forms; -using Core.Common.Base.Geometry; using Core.Common.Controls.TreeView; using Core.Common.Gui; using Core.Common.Gui.Commands; Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rb3345281c7e78a005873e216f5c703ba3558f29b -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision b3345281c7e78a005873e216f5c703ba3558f29b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingCalculationGroupContextTreeNodeInfoTest.cs (.../PipingCalculationGroupContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -547,16 +547,16 @@ { // Assert TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuCalculateAllIndexRootGroup, - "Alles be&rekenen", - "De bijdrage van dit toetsspoor is nul.", - RingtoetsCommonFormsResources.CalculateAllIcon, - false); + "Alles be&rekenen", + "De bijdrage van dit toetsspoor is nul.", + RingtoetsCommonFormsResources.CalculateAllIcon, + false); TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuValidateAllIndexRootGroup, - "Alles &valideren", - "De bijdrage van dit toetsspoor is nul.", - RingtoetsCommonFormsResources.ValidateAllIcon, - false); + "Alles &valideren", + "De bijdrage van dit toetsspoor is nul.", + RingtoetsCommonFormsResources.ValidateAllIcon, + false); } } } @@ -597,14 +597,14 @@ { // Assert TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuCalculateAllIndexRootGroup, - "Alles be&rekenen", - "Voer alle berekeningen binnen deze berekeningsmap uit.", - RingtoetsCommonFormsResources.CalculateAllIcon); + "Alles be&rekenen", + "Voer alle berekeningen binnen deze berekeningsmap uit.", + RingtoetsCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuValidateAllIndexRootGroup, - "Alles &valideren", - "Valideer alle berekeningen binnen deze berekeningsmap.", - RingtoetsCommonFormsResources.ValidateAllIcon); + "Alles &valideren", + "Valideer alle berekeningen binnen deze berekeningsmap.", + RingtoetsCommonFormsResources.ValidateAllIcon); } } } Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs =================================================================== diff -u -rb3345281c7e78a005873e216f5c703ba3558f29b -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision b3345281c7e78a005873e216f5c703ba3558f29b) +++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/TreeNodeInfos/PipingFailureMechanismContextTreeNodeInfoTest.cs (.../PipingFailureMechanismContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -23,7 +23,6 @@ using System.Linq; using System.Windows.Forms; using Core.Common.Base; -using Core.Common.Base.Geometry; using Core.Common.Controls.TreeView; using Core.Common.Gui; using Core.Common.Gui.Commands; @@ -37,7 +36,6 @@ using Ringtoets.Common.Data; using Ringtoets.Common.Data.AssessmentSection; using Ringtoets.Common.Data.Calculation; -using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.TestUtil; using Ringtoets.Common.Forms.PresentationObjects; using Ringtoets.Piping.Data; @@ -473,16 +471,16 @@ { // Assert TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuCalculateAllIndex, - "Alles be&rekenen", - "De bijdrage van dit toetsspoor is nul.", - RingtoetsCommonFormsResources.CalculateAllIcon, - false); + "Alles be&rekenen", + "De bijdrage van dit toetsspoor is nul.", + RingtoetsCommonFormsResources.CalculateAllIcon, + false); TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuValidateAllIndex, - "Alles &valideren", - "De bijdrage van dit toetsspoor is nul.", - RingtoetsCommonFormsResources.ValidateAllIcon, - false); + "Alles &valideren", + "De bijdrage van dit toetsspoor is nul.", + RingtoetsCommonFormsResources.ValidateAllIcon, + false); } } } @@ -521,14 +519,14 @@ { // Assert TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuCalculateAllIndex, - "Alles be&rekenen", - "Voer alle berekeningen binnen dit toetsspoor uit.", - RingtoetsCommonFormsResources.CalculateAllIcon); + "Alles be&rekenen", + "Voer alle berekeningen binnen dit toetsspoor uit.", + RingtoetsCommonFormsResources.CalculateAllIcon); TestHelper.AssertContextMenuStripContainsItem(contextMenu, contextMenuValidateAllIndex, - "Alles &valideren", - "Valideer alle berekeningen binnen dit toetsspoor.", - RingtoetsCommonFormsResources.ValidateAllIcon); + "Alles &valideren", + "Valideer alle berekeningen binnen dit toetsspoor.", + RingtoetsCommonFormsResources.ValidateAllIcon); } } } Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rb3a98c795a51363606d0b9271d424b248e5afe52 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision b3a98c795a51363606d0b9271d424b248e5afe52) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Plugin.Test/TreeNodeInfos/StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../StabilityStoneCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -656,7 +656,7 @@ { // Setup string validHydroDatabasePath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.Common.IO, - Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); + Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); using (var treeViewControl = new TreeViewControl()) { Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs =================================================================== diff -u -rb3a98c795a51363606d0b9271d424b248e5afe52 -r0e6d67805775b5b8a587156ba1d647ad35bb7441 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision b3a98c795a51363606d0b9271d424b248e5afe52) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Plugin.Test/TreeNodeInfos/WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs (.../WaveImpactAsphaltCoverWaveConditionsCalculationGroupContextTreeNodeInfoTest.cs) (revision 0e6d67805775b5b8a587156ba1d647ad35bb7441) @@ -657,7 +657,7 @@ { // Setup string validHydroDatabasePath = TestHelper.GetTestDataPath(TestDataPath.Ringtoets.Common.IO, - Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); + Path.Combine("HydraulicBoundaryDatabaseImporter", "complete.sqlite")); using (var treeViewControl = new TreeViewControl()) {