PipingCalculationGroupContextTreeNodeInfoTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved all TreeNodeInfo tests and other info tests from forms test project to plugin test project. Related to Issue [WTI-773]

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

Former-commit-id: b845a4c5c923896a2059ff46ac7dd5eb076dd82e

Former-commit-id: bbf06f92d9b3fd77e194139bffff7de75b4cc1b4

    • -1334
    • +0
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 239 more files in changeset.
Incorporated feature: - User can select if he wants to manually enter the assessment level: -- If yes, dropdown box hydraulic boundary locations disappears and the assessment level box becomes editable -- If no, dropdown box hydraulic boundary location appears and the assessment level box becomes readonly and synchronized with values of the selected hydraulic boundary location - Adapted the affected Create and Read extensions to reflect the new situation - Adjusted the validation which is now a function of the UseAssessmentLevelManualInput - Adjusted failing tests, implemented new tests Related to Issue [WTI-1014]

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

Former-commit-id: ae9ad69faa9fc522800632c7944d8b790dac770f

Former-commit-id: d200214e586def9e76afba8695f2f52963026039

    • -2
    • +2
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 18 more files in changeset.
Adjusted validation routine for the "Toetspeil" property in Piping: - When HBL is null (not selected), validation will only generate an error if: -- AssessmentLevel is NaN, positive or negative infinity -- Same for the values of PiezometricHeadExit - Tree node info, activity and service tests are adjusted. One more message is generated in case there is an invalid calculation (both AssessmentLevel and the related PiezometricHeadExit related error will be generated)

Related to Issue [WTI-1014]

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

Former-commit-id: d45ce3a6be2f6f1f4eb08a664684c7096e1d96c2

Former-commit-id: 1c03483a86aa8b4ae5ee233a43d68d322dd08f31

    • -2
    • +2
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 8 more files in changeset.
- Updated FailureMechanismContributionNormChangeHandler.ChangeNorm's signature to pass along the norm, instead of the return period - Had to update all tests that create an AssessmentSection that was defined as a return period Related to Issue [WTI-1019]

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

Former-commit-id: 00e291aa4d0d4d90e60e41432032bc2bf6e3d847

Former-commit-id: 85d3c72325fb1550f01ddf9ca8716034496aa175

    • -9
    • +9
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 33 more files in changeset.
Review related changes Related to Issue [WTI-953]

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

Former-commit-id: 96aed549dde17f96f25cb6559c4da18647c1f963

Former-commit-id: 0d919dc500e8dd1144dbbc06d657117781aed7f3

    • -6
    • +6
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 16 more files in changeset.
Improved some output related piping tests Related to Issue [WTI-953]

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

Former-commit-id: dfa6e6d429f3bdbd02919943bb124875eac5a851

Former-commit-id: 62c23b1578d4f3fd291738224fc3a990a377000a

    • -2
    • +6
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 10 more files in changeset.
Moved some piping calculation scenario factory related testutils Related to Issue [WTI-953]

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

Former-commit-id: 52a4be04dc6c4f897a0552319046989a43b13ede

Former-commit-id: 06aa1e04cad76ca900ff19365d0cbe57b5cf25fe

    • -6
    • +6
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 9 more files in changeset.
* Improved consistency for CustomItemsOnlyContextMenuBuilder. * improved testname Related to Issue [WTI-587]

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

Former-commit-id: 8d27c9113c119ac4aebcc5bd6c956156c528f97e

Former-commit-id: ba498446e438145c8cc94a0d74d723d8fbe8295e

    • -4
    • +4
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 19 more files in changeset.
- Review related changes - Extended tests Related to Issue [WTI-587]

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

Former-commit-id: e65dde0c2d64df3e05f803ae2fda31d6c6101465

Former-commit-id: 1e817e11619e0200679c255723be05ade0b23b04

    • -2
    • +1
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 5 more files in changeset.
Implemented clear all children functionality in TreeViewControl. Reused to delete all sub folders and calculations from the root calculation group. Have CustomItemsOnlyContextMenuBuilder always add an item (also for standardized items), so that the same amount of items are added as when using a real implementation of the builder. Related to Issue [WTI-587]

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

Former-commit-id: b18a664e3a2ac87083d295cd7619268a643a0f62

Former-commit-id: b8537af708eae3f73f3c5c8660386dcde59f4d13

    • -137
    • +0
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 45 more files in changeset.
Merged revision(s) 5600 from branches/Release/16_2: Performed resharper code cleanup. Related to WTI 869

........

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

Former-commit-id: 1f5cdbd9c71ae2e15c1a8f780256c4d349800dac

Former-commit-id: ba09cc58d6bd919ea2d05d633cd306752a558bfe

    • -8
    • +8
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 177 more files in changeset.
Performed resharper code cleanup. Related to Issue [WTI-869]

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

Former-commit-id: 7ebd4da86463a8ac1225474d630da6be1e0cd0d3

Former-commit-id: 7c050c7874e5fd687bf433ee85ab3fc4a5c4dd7d

    • -8
    • +8
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 185 more files in changeset.
Implemented improvements of review 991. Related to Issue [WTI-819]

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

Former-commit-id: 4d245141dc0218dba0e5d3a44ef2946da346ffb5

Former-commit-id: e01006e92e9da10f84b317233f28797fc4977961

    • -2
    • +2
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 59 more files in changeset.
- Introduced class SelectionDialogBase -- Updated PipingSurfaceLineSelectionDialog to use SelectionDialogBase Related to Issue [WTI-733]

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

Former-commit-id: 9e13eb6772683cf3343b91f8920547996728c375

Former-commit-id: a4e087cb0069f6ad956c90011f71444a935b10d3

    • -11
    • +12
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 17 more files in changeset.
* Dispose of created/replaced ContextMenuStrip. * Moved TreeNodeInfo for ForeshoreProfileContext from WaveImpactAsphalt to Ringtoets.Common. * Created test for ForeshoreProfileContext Related to Issue [WTI-721]

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

Former-commit-id: 34c6a5742dd41933fd9cc046e85b257964eb73d2

Former-commit-id: f698b89818105804f9d22b02186f42f4bccd822d

    • -196
    • +213
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 35 more files in changeset.
Merged revision(s) 5006-5019 from branches/Release/16_1_1: Resharper cleanup Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

constants now are at the beginning of test files.

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Resharper cleanup

Related to Issue WTI 739

........

Cleanup project references.

Related to Issue WTI 737

........

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

Former-commit-id: 21f2b2d3f74765437bc2f5ac6001d62a6c3afd98

Former-commit-id: 79979c7e6cb96a998c3b1a0d4fc4d9bd4bf10566

    • -19
    • +18
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 219 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

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

Former-commit-id: d91ce4a5a30192a5e681787bcb49e8390d72f48a

Former-commit-id: 4fd5daa3311c8c0834b1b339774d9cad7206b3b0

    • -19
    • +18
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 54 more files in changeset.
Resharper cleanup

Related to Issue [WTI-739]

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

Former-commit-id: f1c0241021116a26e7621a05d25419e7a0b1e13b

Former-commit-id: df70e1d48d043e3b89e22aad9359f43c7bac40f1

    • -19
    • +18
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 54 more files in changeset.
Merged revision(s) 4868-4869 from branches/Release/16_1_1: Implemented non ideal solution for closing the views when clearing the root Calculations folder. Related to Issue WTI 489

........

Added validation for IViewCommands and updated test expectancies.

Related to Issue WTI 489]

........

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

Former-commit-id: 4e421cd8ac81f8f2aa1c4d9767a9b4b5fc6756c4

Former-commit-id: 6fccd48c5b2cab73a7e12cc28511cf1cc8c4967f

    • -1
    • +14
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 9 more files in changeset.
Added validation for IViewCommands and updated test expectancies. Related to Issue [WTI-489]

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

Former-commit-id: aba17fa3801485736cd90ca227bcafce4cea6f6d

Former-commit-id: 5f729513accc78323e76738c486c62ce03cd6905

    • -1
    • +14
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
Added validation for IViewCommands and updated test expectancies. Related to Issue [WTI-489]

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

Former-commit-id: 6a82192161b642c53c7329e4cd3aa9eac573ebce

Former-commit-id: 69d3b6c57083c665829e4175c25a5e681afb261e

    • -1
    • +14
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 3 more files in changeset.
merged WTI-489

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

Former-commit-id: 9de3e506d0067dcbae697285189a392dbfd1d6ce

Former-commit-id: 359bef93257e3ace2309c2313b90f1bfef0d81ab

    • -8
    • +8
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
- Fixed typo Related to Issue [WTI-489]

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

Former-commit-id: 1afc3cb059c3ffd36aa5af4a028f8ec9b47534b5

Former-commit-id: d8bc1877fcb322c4cc593d4f627ddb88bd52be1d

    • -8
    • +8
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
- Fixed typo Related to Issue [WTI-489]

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

Former-commit-id: 741d2eafa5e7189194d170148e08ae02982753a8

Former-commit-id: 7c2534469ba75abb636ec4ad9523c2a644a78a0a

    • -8
    • +8
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
Set ReferenceLine on AssessmentSection only after the geometry has been set when reading from database. Related to Issue [WTI-797]

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

Former-commit-id: d8e173b930437daeb60744baf293bc1da3f6a364

Former-commit-id: b49827d9f76a541c799194ee802f4e4186345c0f

    • -4
    • +4
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 2 more files in changeset.
Added removeAllChildren context menu item for grass cover erosion and height structures failure mechanism root calculation group. Related to Issue [WTI-489]

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

Former-commit-id: 49a0d9c2cd7301cbc718beb6b330387e42043f80

Former-commit-id: 1696d9d1deebcc01866dbbe24e00c99d53d2805d

    • -43
    • +54
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
* Cleanup Ringtoets.Piping.Forms.Test Related to Issue [WTI-737]

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

Former-commit-id: a09f571aab1f3b0c0df6138b2e7c3f6c2fd482ca

Former-commit-id: 8d62c1128ee1ea2b9fd4e27781d90801e40788a7

    • -23
    • +18
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 22 more files in changeset.
Updated texts for on Remove all in folder context menu item. Removed Remove all in folder context menu for nested groups. Related to Issue [WTI-489]

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

Former-commit-id: 8bdd10321e2dce2142ac2740a2c7e9761a6ad794

Former-commit-id: aec13490b68ba417ef87be924a3467fc92905528

    • -34
    • +109
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 4 more files in changeset.
Added context menu item for piping calculation groups which can be used to remove all calculations within a group. Added the creation of this context menu item in the RingtoetsContextMenuBuilder / RingtoetsContextMenuItemFactory, so that it can be reused in other failure mechanisms if desired. Related to Issue [WTI-489]

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

Former-commit-id: ecc95dbd4df83a1e6d30b39e02125518996137ca

Former-commit-id: 28ebfd1e3785de0d3c2f22d5825acabad62bdd7d

    • -18
    • +72
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 9 more files in changeset.
Merged revision(s) from branches/WTI 734 2

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

Former-commit-id: beafef2029188ea492b568c2e64e46d1eca4d711

Former-commit-id: e372daa4c852608b722b811f9be15710e0669512

    • -7
    • +19
    ./PipingCalculationGroupContextTreeNodeInfoTest.cs
  1. … 21 more files in changeset.