Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Adapted some resources Related to Issue [WTI-1050]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7864 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 79a3ced3f781b25959e8fc3332ce56b93f1a2f0e

Former-commit-id: e68fc5f94054d41bd52be4a76511d885eabecefc

    • -1
    • +1
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 13 more files in changeset.
Adapted resource Related to Issue [WTI-1050]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7863 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b72845a31328c9f9b084acec26e4596fa83dc783

Former-commit-id: 8191af01979e4f40454788786a7fa70777677d3c

    • -4
    • +4
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 9 more files in changeset.
Incorporated comments review 1423: - Added exception message to the ObservableTestAssessmentSectionStub to clarify the intention of the NotImplementedException: stub only mocks basic and Observable behaviour, the ChangeComposition behaviour should be substituted by a proper mock instead when it is needed. - Replaced ObservableTestAssessmentSectionStub with empty mocks in the failure mechanism views when applicable - Corrected typos and extended XMLDocs - Added assertion for IsVisible property of the BackgroundMapData in the tests AssessmentSection and AddNewDemoAssessmentSectionCommand for completeness Related to Issue [WTI-1085]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7853 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: b2f501a9311883f64d72ffbb5c3efb24256adeef

Former-commit-id: 6760318ab45892ce1c18c5f6f1bcd3843d5d0031

    • -8
    • +30
    ./Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs
  1. … 15 more files in changeset.
- Moved Testhelper functions from the DataGridViewCellTestHelper to DataGridViewTestHelper for coherence - Deleted obsolete files - Removed unused references

Paired with bouvrie

Related to Issue [WTI-1044]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7828 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9489e6615c4fa4e02720a908477e4461898d8fab

Former-commit-id: 4e13b627dfa1d26b297159ebb10fd987bc6f56fd

    • -13
    • +13
    ./Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismResultViewTest.cs
  1. … 23 more files in changeset.
* Improved API for setting data source of DataGridViewControl. * Cleanup * Introduced TestHelper for dealing with DataGridView. Related to Issue [WTI-1044]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7818 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4a1fa52f3808c8da5aa270f12d19453259f5aaaa

Former-commit-id: b5d01eab6d905847254e86e6169eb9bfa7719fd5

    • -1
    • +0
    ./Ringtoets.ClosingStructures.Forms.Test/Ringtoets.ClosingStructures.Forms.Test.csproj
  1. … 27 more files in changeset.
Upgraded to NUnit 3.6.0 Assert.IsNullOrEmpty(...) --> Assert.That(string.IsNullOrEmpty(...)); [STAThread] --> [Apartment(ApartmentState.STA)] [RequiresSTA] --> [Apartment(ApartmentState.STA)]

Current directory <> output dir

http://stackoverflow.com/questions/35852979/using-resharper-nunit-tests-start-in-a-random-temporary-directory

NUnit 3.0 stopped changing current directory.

use TestContext.TestDirectory as the location of your file.

Related to Issue [WTI-1047]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7815 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8e98e0fcf163c22a6a73ac3aadca4cf947804b0e

Former-commit-id: 490f137aa03123596bf0293183ace6db4f4614e9

    • -2
    • +2
    ./Ringtoets.ClosingStructures.Data.Test/Ringtoets.ClosingStructures.Data.Test.csproj
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Data.Test/packages.config
    • -2
    • +2
    ./Ringtoets.ClosingStructures.Data.TestUtil.Test/Ringtoets.ClosingStructures.Data.TestUtil.Test.csproj
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Data.TestUtil.Test/packages.config
    • -2
    • +2
    ./Ringtoets.ClosingStructures.Forms.Test/Ringtoets.ClosingStructures.Forms.Test.csproj
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Forms.Test/packages.config
    • -2
    • +2
    ./Ringtoets.ClosingStructures.IO.Test/Ringtoets.ClosingStructures.IO.Test.csproj
    • -1
    • +1
    ./Ringtoets.ClosingStructures.IO.Test/packages.config
    • -2
    • +2
    ./Ringtoets.ClosingStructures.Integration.Test/Ringtoets.ClosingStructures.Integration.Test.csproj
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Integration.Test/packages.config
    • -2
    • +2
    ./Ringtoets.ClosingStructures.Plugin.Test/Ringtoets.ClosingStructures.Plugin.Test.csproj
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Plugin.Test/packages.config
    • -2
    • +3
    ./Ringtoets.ClosingStructures.Service.Test/Ringtoets.ClosingStructures.Service.Test.csproj
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Service.Test/packages.config
  1. … 323 more files in changeset.
Merged revision(s) 7779 from branches/Release/16_4: - Removed C#6.0 syntax - Removed unused reference

Related to Issue [WTI-1064]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7799 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 46ff45723b6063d0deb896fdb8169233c8cc7ecc

Former-commit-id: 8a8d0e3e23d1fea110b544e3c7b06e2cad5eaac2

    • -9
    • +9
    ./Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs
Merged revision(s) 7774-7777 from branches/Release/16_4: Removed validation whether the failuremechanism contains any sections to enable or disable the Validate(All) and Calculate(All) buttons in the context menu: - Adjusted affected tests: assessment section mocks --> stubs - Removed obsolete tests that assert the behavior when a section is set or not - Added missing validation tests for the GroupContext - Cleaned up tests: -- Removed geometry definitions for the failure mechanism sections -- Replaced resource assertions with explicit string messages

........

Removed validation for the ClosingStructures whether the failuremechanism contains any sections to enable or disable the Validate(All) and Calculate(All) buttons in the context menu:

- Adjusted affected tests: assessment section mocks --> stubs, because property getter of AssessmentSection.HydraulicBoundaryDatabase is called

- Removed obsolete tests that assert the behavior when a section is set or not

- Cleaned up tests:

-- Removed geometry definitions for the failure mechanism sections

-- Renamed parameters such that suffices -Stub and -Mock are dropped

Related to Issue [WTI-1064]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7797 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 72c9f1e4c706b1618191dadc0f34d6d5b795c74d

Former-commit-id: 79cfb1c6fef792cdbc4fbdf320ca4f324e16c17b

    • -120
    • +57
    ./Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs
    • -136
    • +64
    ./Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs
    • -74
    • +8
    ./Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructuresFailureMechanismContextTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
Merged revision(s) 7773 from branches/Release/16_4: Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

........

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7794 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 342282b213d520bc60ebd90113af4ab47b1c929d

Former-commit-id: 91abb8a151c800d1c462c52940cdfb3a8c7bb08d

    • -4
    • +4
    ./Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Data.TestUtil.Test/TestClosingStructureTest.cs
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs
    • -2
    • +2
    ./Ringtoets.ClosingStructures.IO.Test/ClosingStructuresImporterTest.cs
    • -8
    • +8
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 64 more files in changeset.
- Removed C#6.0 syntax - Removed unused reference Related to Issue [WTI-1064]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7779 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9f91b4f2520678306a9824a25f1d8b1a64df8ca3

Former-commit-id: 696e9141e2906b8dab2a7f72e6b94b39541c9ef6

    • -9
    • +11
    ./Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs
    • -2
    • +2
    ./Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Removed validation for the ClosingStructures whether the failuremechanism contains any sections to enable or disable the Validate(All) and Calculate(All) buttons in the context menu: - Adjusted affected tests: assessment section mocks --> stubs, because property getter of AssessmentSection.HydraulicBoundaryDatabase is called - Removed obsolete tests that assert the behavior when a section is set or not - Cleaned up tests: -- Removed geometry definitions for the failure mechanism sections -- Renamed parameters such that suffices -Stub and -Mock are dropped

Related to Issue [WTI-1064]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7777 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 80c273e5de34180566c3f55565c22e9cfd581467

Former-commit-id: 440a227c98c0f9fc26301f0f98caba76243a3a9b

    • -75
    • +10
    ./Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructureFailureMechanismContextTreeNodeInfoTest.cs
    • -119
    • +48
    ./Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationContextTreeNodeInfoTest.cs
    • -139
    • +67
    ./Ringtoets.ClosingStructures.Forms.Test/TreeNodeInfos/ClosingStructuresCalculationGroupContextTreeNodeInfoTest.cs
  1. … 1 more file in changeset.
Merged revision(s) 7770-7772 from branches/Release/16_4

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7775 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 3573fbef3cb5a89f0722ceef8cd183f1920fe663

Former-commit-id: d79a40a94fc31ab868d173f60de590cac0fbee30

    • -25
    • +4
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 41 more files in changeset.
Changed type of *WidthFlowApertures* (Breedte van doorstroomopening) from CoefficientOfVariation to StandardDeviation note: storage change (names of the columns) has not yet been executed

Removed Application.Ringtoets/Application.Ringtoets.csproj post build action, which was needed for MSBuild2015

Related to Issue [WTI-1102]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7773 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 9a076019f5caf170d779ad16f8f1c8188e9a39a3

Former-commit-id: 068fa68d9844c31b4cd81c4ff74cb1f47ab2d245

    • -4
    • +4
    ./Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Data.TestUtil.Test/TestClosingStructureTest.cs
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Data.TestUtil/TestClosingStructure.cs
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructurePropertiesTest.cs
    • -2
    • +2
    ./Ringtoets.ClosingStructures.IO.Test/ClosingStructuresImporterTest.cs
    • -6
    • +6
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 54 more files in changeset.
- Removed FailureMechanismSection from structure calculations. - Refactored those inputs so only the section normal is passed. Related to Issue [WTI-1058]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_4@7772 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 6c0bdf4e704ece33df577ce94f29d6b7de1e8abf

Former-commit-id: c16ae42acda7aa160a2a7af14cea1915bafb78b6

    • -25
    • +4
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 28 more files in changeset.
* Defined BruTileLayer with WMTS connectivity. ** Classes based on https://github.com/FObermaier/DotSpatial.Plugins * Note: app.config added bu Nuget. Probably in order to resolve BruTile.Desktop dependency on an older version of SQLite, which i've set to ignore the dependency on the old SQLite. Related to Issue [WTI-1088]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7771 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f9fc0e320eea992e04250addb23b310f9b348a02

Former-commit-id: 8f2ecf22a1d5ec3cea0f1d7d342b882b5e6e78e7

    • -0
    • +1
    ./Ringtoets.ClosingStructures.Forms.Test/Ringtoets.ClosingStructures.Forms.Test.csproj
    • -0
    • +11
    ./Ringtoets.ClosingStructures.Forms.Test/app.config
    • -0
    • +1
    ./Ringtoets.ClosingStructures.Integration.Test/Ringtoets.ClosingStructures.Integration.Test.csproj
    • -0
    • +11
    ./Ringtoets.ClosingStructures.Integration.Test/app.config
    • -0
    • +1
    ./Ringtoets.ClosingStructures.Plugin.Test/Ringtoets.ClosingStructures.Plugin.Test.csproj
    • -0
    • +11
    ./Ringtoets.ClosingStructures.Plugin.Test/app.config
    • -0
    • +1
    ./Ringtoets.ClosingStructures.Service.Test/Ringtoets.ClosingStructures.Service.Test.csproj
    • -0
    • +11
    ./Ringtoets.ClosingStructures.Service.Test/app.config
  1. … 204 more files in changeset.
Changes after review. Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7766 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ea2d1b3d94f400611cebf468592996b33ce82917

Former-commit-id: 8d709484994cc3ed6ffdab9b6181f15e732e8674

    • -3
    • +3
    ./Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs
  1. … 8 more files in changeset.
Changes after review. Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7765 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 62f404e1e8cdd4248cb5f2942bab1bc49ec8745c

Former-commit-id: 8e6fc0fcb3ae021ff643dc591feda79a186690ed

    • -39
    • +3
    ./Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs
  1. … 12 more files in changeset.
- Made sure features are not added when foreshore profiles don't have geometries. - Refactored tests. Related to Issue [WTI-300]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7737 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 0936e93f6fc8aba5e1113123cd618f7157455344

Former-commit-id: 92f672fdae074dd04dd2e654beabe5f103586812

    • -42
    • +76
    ./Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs
  1. … 14 more files in changeset.
* Introduced WmtsMapData class * Extended AssessmentSection with BackgroundMapData property. * AssessmentSection.BackgroundMapData exposed in project tree. * Refactoring common code for test stub implementation of IAssessmentSection. Related to Issue [WTI-1085]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7721 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: d2fbeb9b138f4410f10feba12b416b00984a3bfb

Former-commit-id: a51d7b249c1e2a0257b91407dbef3ebeaf964c5c

    • -41
    • +17
    ./Ringtoets.ClosingStructures.Forms.Test/Views/ClosingStructuresFailureMechanismViewTest.cs
  1. … 45 more files in changeset.
Refactored HydraRingCalculatorBase so it will only throw one exception. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7640 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a6de8a1ad179588f61a471c820b522033db66125

Former-commit-id: dbe8dc7f4c11ca209636bc2288143268ef5d8149

    • -2
    • +2
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 32 more files in changeset.
Removed unused using. Added [TestFixture] where missing. Using: \{[\s\n]+public class.+Test[\s\n]+\{ Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7626 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a8dba08d8cb0ab0acda968571277d7b384a7b19d

Former-commit-id: 0dd2252f66ec279c20f047791fe7870ae9c63e84

    • -0
    • +1
    ./Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs
  1. … 8 more files in changeset.
Added some missing license header files. Renamed tests to match what is tested. Related to Issue [WTI-972]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7624 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8cd2e7edf77f423240cb5eda122e5e7db0e70027

Former-commit-id: 2c9fbc42be8a55eaa73ece30b8905fab3c42a1d4

    • -2
    • +2
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresFailureMechanismPropertiesTest.cs
    • -1
    • +22
    ./Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs
    • -1
    • +22
    ./Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresInputContextPropertyInfoTest.cs
  1. … 12 more files in changeset.
Clear output on removal of Closing Structures

Related to Issue [WTI-973]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7623 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8053c81a5ceb4bec2b8b68bc72d689181938633f

Former-commit-id: daea1df74c7efc51e5f8e66b4beb3986f406a764

    • -2
    • +14
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructureDataSynchronizationServiceTest.cs
  1. … 1 more file in changeset.
Added changehandler call from StabilityPointStructuresFailureMechanismProperties. Introduced constructor parameters for StabilityPointStructuresFailureMechanismProperties. Related to Issue [WTI-974]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7616 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: a670b565a1dc408222b91fe217e198227e93259b

Former-commit-id: 3226913a6a51353107cc2ec6e4e287482c953360

    • -0
    • +2
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresFailureMechanismPropertiesTest.cs
  1. … 9 more files in changeset.
Made use of nameof operator. Removed redundancy. Made types explicit in tests. Related to Issue [WTI-973]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7613 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: ae0a1774c3921e4893681196f73a6bfa1f084bc4

Former-commit-id: 0304bd841817e0d89abbbb8792162fb125eedae0

    • -2
    • +2
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresFailureMechanismPropertiesTest.cs
    • -1
    • +1
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs
    • -0
    • +1
    ./Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresInputContextPropertyInfoTest.cs
  1. … 18 more files in changeset.
Fixed double run tests.

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7612 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: dc4e55be9282c8001c596157213c12aaa831eac2

Former-commit-id: 9555ecda86a302f263b7998742ec7db133f77baa

    • -12
    • +12
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs
  1. … 2 more files in changeset.
Added confirmation inquiry to other failure mechanisms. Removed unused methods from the IFailureMechanismPropertyChangeHandler. Related to Issue [WTI-967]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7610 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 8e8ef9f7a0da1e8c09547d90dfcbd2c62f1c5042

Former-commit-id: 7239e460f2d71689a1576aa654c45bcce9557ad5

    • -68
    • +26
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresFailureMechanismPropertiesTest.cs
  1. … 13 more files in changeset.
Added null checks in dune erosion and closing structures calculation services. Related to Issue [WTI-777]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7588 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 63f021f5741f4dae65ad82aa12c4593af72c8727

Former-commit-id: 19a06c73d09214b5c9422976aeb691946802d415

    • -82
    • +160
    ./Ringtoets.ClosingStructures.Service.Test/ClosingStructuresCalculationServiceTest.cs
  1. … 4 more files in changeset.
Fixed synchronization of Calculation assignments to SectionResult when dike profiles are assigned to calculations or when dike profile or calculations are deleted. Related to Issue [WTI-968]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7560 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 2c3389f3ce5ae650350fe36697da4d08761ace93

Former-commit-id: 35b379b3f056389aa0a2859a2cf0af85a9cba6cc

    • -0
    • +1
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs
    • -1
    • +2
    ./Ringtoets.ClosingStructures.Plugin.Test/TreeNodeInfos/ClosingStructureTreeNodeInfoTest.cs
  1. … 23 more files in changeset.
Made the context for StructuresInputBaseProperties a constructor parameter. Related to Issue [WTI-973]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/trunk@7552 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 4e5398462ba1ed5e8304e674343519593bf8d8e1

Former-commit-id: bde528a2d322d326e34ebc33df3d64ab4af10b44

    • -133
    • +75
    ./Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresInputContextPropertiesTest.cs
    • -0
    • +61
    ./Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresInputContextPropertyInfoTest.cs
    • -0
    • +1
    ./Ringtoets.ClosingStructures.Plugin.Test/Ringtoets.ClosingStructures.Plugin.Test.csproj
  1. … 14 more files in changeset.