HydraulicBoundaryDatabaseImporterTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Added possibility to assert for log messages and log levels. Implemented IObservable on HydraulicBoundaryDatabaseContext to reroute attach/detach/notify to the assessmentSection instead. HydraulicBoundaryDatabaseImporter now works on the assessment section instead of the HydraulicBoundaryDatabaseContext. Refactored RingtoetsGuiPlugin to use IAssessmentSection rather than HydraulicBoundaryDatabaseContext in methods for opening a project file. Refactored to remove early returns in SelectDatabaseFile Added ProjectOpened listener to check for possibility to open the hydraulic database from the saved project. Refactored TreeNodeInfo tests so that dispose is taken out of the TearDown method so that verify can be called in the test rather than in the teardown.

Related to Issue [WTI-329]

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

Former-commit-id: e952cc1b1089a3ff69cbd50a8d7a46f82a9f3659

Former-commit-id: baa90cb0d08b480946f020297e3ef473199ff4b5

    • -13
    • +6
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 29 more files in changeset.
Added folders for AssessmentSection and FailureMechanism in Ringtoets.Common.Data. Related to Issue [WTI-432]

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

Former-commit-id: 1fc0cbe4ee37c6965f4c379f14cb08f3cc97cb23

Former-commit-id: ed20cfc1d253bbf457dbbb1f77de0910155f979c

    • -0
    • +1
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 147 more files in changeset.
- Review changes Related to Issue [WTI-407]

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

Former-commit-id: 049a27d62a6f1b2f38f489865846cde9c5f59b51

Former-commit-id: af4ed23ff7789b73dbcf46d82f5d197f07e465d5

    • -5
    • +3
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 22 more files in changeset.
* Refactored AssessmentSectionBase to interface IAssessmentSection Related to Issue [WTI-408]

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

Former-commit-id: 0ac96bed13f2549620ff33fe394ebd391e5e1c4b

Former-commit-id: 13184bd3d3591df0ff78939910a7ccc28438d782

    • -19
    • +8
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 75 more files in changeset.
Ensured hydraulic boundary locations in PipingCalculationsView are updated correctly after importing a new hydraulic database Related to Issue [WTI-149]

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

Former-commit-id: 2589a15a0bd287f526952ff08f059a92421bc357

Former-commit-id: 63137085191280cd5942caf6b6123f8c62ba7e9d

    • -7
    • +19
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 4 more files in changeset.
* Replaced English terminology in resources. Related to Issue [WTI-330]

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

Former-commit-id: 022dcf5c1b6cd8f1fc58bed72949a4aa8f03d3b9

Former-commit-id: 0cba6b282e7305f3d07483972249a7907745ca4a

    • -1
    • +1
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 2 more files in changeset.
- Implemented a faster way to load location Ids from HLCD Related to Issue [WTI-330]

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

Former-commit-id: e0cf667592f6da88c07f61964e2d829b77950250

Former-commit-id: 173d17365fb59b6f4875e521929f10c6ae48afdc

    • -6
    • +45
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 11 more files in changeset.
- Coupling of HRD locations with HLCD locationIds in HydraulicBoundaryLocation Related to Issue [WTI-330]

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

Former-commit-id: f9763d96c595e216869bd4a7163f1e3bfa965282

Former-commit-id: 6f3f794f970f30d9e2eec92a1f8a9832ceff4e11

    • -5
    • +3
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 14 more files in changeset.
* Moved AssessmentSectionBase from Ringtoets.Integration.Data to Ringtoets.Common.Data Related to Issue [WTI-365]

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

Former-commit-id: b55fad24019bb2391ab2d29c96f2de6a0f4df980

Former-commit-id: 4b5f8b8cdd48a568c856dc6a800dcfc4492713ce

    • -0
    • +1
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 21 more files in changeset.
* Moved HydraRing presentation objects from HydraRing.Forms.PresentationObjects to Ringtoets.Integration.Forms.PresentationObjects * Removed empty HydraRing.Forms project. * Fixed failing tests due to missing SQlite dependency in Ringtoets.Integration.Forms(.Test). Related to Issue [WTI-365]

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

Former-commit-id: ac02a127b58977df910dead647f18797033f4611

Former-commit-id: f3e37d5c1dd1b9d0e85333dfe17bbaed1bbf7212

    • -2
    • +1
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 36 more files in changeset.
* Moved HydraulicBoundaryDatabaseImporter from HydraRing.Plugin to Ringtoets.Integration.Plugin * Deleted empty HydraRing.Plugin Related to Issue [WTI-365]

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

Former-commit-id: c5ce9b4b6c005a48979a674a1fc0b6500df81e37

Former-commit-id: fa25bd9e38a72772694b966bce46cf9d9b631aa0

    • -0
    • +218
    ./HydraulicBoundaryDatabaseImporterTest.cs
  1. … 22 more files in changeset.