Riskeer

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Extended PipingConfigurationReaderTest Related to Issue [WTI-1135]

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

Former-commit-id: ac750ba0c6cc1a3bed6029d6a0a302ce5820d658

Former-commit-id: 0fadad26eaab4d1800bb1392b7ee690d2436fdc5

- Updated texts - Changed ValidateFilePath to write the chars Path.GetFileName validates against (Path.GetInvalidPathChars()) in its exception Related to Issue [WTI-1060]

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

Former-commit-id: 2035c7d87c781c6d0cc8fa7a3fdd46eb85a9b7e1

Former-commit-id: 0bb23d23531231bb7c07834ec39505714bb049a7

    • -1
    • +2
    /Core/Common/src/Core.Common.Utils/IOUtils.cs
  1. … 10 more files in changeset.
Incorporated comments review 1458: - Replaced .First() with .Single() when retrieving specific failure mechanisms

Related to Issue [WTI-1081]

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

Former-commit-id: 771fa35f7399389df619b2c7d91fa884f3aadaa5

Former-commit-id: fd4d1d689e750182ac800b9baeeead147e9c9e13

Extended PipingConfigurationReaderTest.cs Related to Issue [WTI-1135]

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

Former-commit-id: 4587f454ea1875ac5efbe21c33cad23f6b892dc8

Former-commit-id: 25a454c4c0bd869171c6986df5f1e0a552f7a0bd

Incorporated comments review 1458: - Turned TestCaseSource property into a function that accepts arguments for the suffix to prevent duplicated tests. Removed the wrapper - Renamed functions to better reflect their intentions. Shortened testnames, because of buildserver - Added assertions to verify that the hydraulic boundary location is set when configuring a piping failure mechanism with the PipingTestDataGenerator Related to Issue [WTI-1081]

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

Former-commit-id: 1bc8bdfa357e066786204a717279dd188e9c6fcd

Former-commit-id: db2773e41b2e7fe7365555a507f4403e5522d9c8

Renamed PipingCalculationGroupReader into PipingConfigurationReader Related to Issue [WTI-1135]

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

Former-commit-id: 4655f2779316c445d9370603c364501c0c4d359c

Former-commit-id: 4822b024616c903b339417b7c5ee06df6442addd

- Added CreateFileImporter test for the UpdateInfo of the surface lines Related to Issue [WTI-1075]

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

Former-commit-id: 1eedda01a85b23a805a13dddb94af5461ed00721

Former-commit-id: c1226c57a1910e31193a29cd126e7fbd74a5ce16

Modified WmtsLocationControl and WmtsConnectionDialog according to suggestions om tester and PO Related to Issue [WTI-1091]

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

Former-commit-id: a554510441d9aeb046c7e3f0be9ff413479c3665

Former-commit-id: ef31d04f62e9e50a2cd62bebffafc344b604a0cb

* Final cleanup * Explicit exception for requiring configured MapData in TileSchemaFactory Related to Issue [WTI-1131]

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

Former-commit-id: 3c2b30bf482c24d5e144be5b97b78442ac767bde

Former-commit-id: 2d29a96955cc64dbbf4e0c5ccaaa906b296d0ec1

- Updated XMLDocs - Added functionality and tests for the replace strategy to prevent addition of duplicate surface lines

Related to Issue [WTI-1075]

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

Former-commit-id: 36baade81de3d493e441a830159dbb28ab2b6691

Former-commit-id: 50d6609486e0a5819ac9ae3519dc3e25aab16477

Changed ValidateItems interface so that only ArgumentExceptions are allowed to be thrown. Related to Issue [WTI-1093]

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

Former-commit-id: 3dd7a95a6aa5d1d7c4f3ed36338c8e2ef7e93fdd

Former-commit-id: 3461c8453d85846474f5077c2f4aded4dd892db4

Added tests for SoilDatabaseConstraintsReader Related to Issue [WTI-1093]

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

Former-commit-id: df18f3acc1f7d65048e7a214c2cd2df522ff32d4

Former-commit-id: c0cb48b2b858b5b0faeacfc75fb78f3f49159db4

* Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. Related to Issue [WTI-1131]

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

Former-commit-id: 3c0331a83349c54e02ae5746ce174e63561adc06

Former-commit-id: ed98ee6450cb642865381e24ce3c856f17837bd7

Fixed WmtsConnectionDialogTest Related to Issue [WTI-1091]

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

Former-commit-id: 1ee8d82fdef57f2699dba4b6668916e5819ae2fa

Former-commit-id: 9d624f150351c64663a34106ea8902738de896ed

* Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. Related to Issue [WTI-1131]

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

Former-commit-id: 538fdcf21635994ca70269397fc37237a4788338

Former-commit-id: a4d242b68c1b86b5416cc9059c9fdc072ca06270

Implemented RingtoetsSurfaceLineCollection to store unique surface lines (no duplicate items with the same name): - Applied class for the strategies - Fixed affected tests - Removed unused references

Related to Issue [WTI-1075]

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

Former-commit-id: bdfb49b25b2ee5959323ee54f6100d12712031df

Former-commit-id: c61213e8748ebb2f2635ee1f24fb3ebfc5295c7e

  1. … 9 more files in changeset.
Changed file filter type of ImportInfo and ExportInfo to ExpectedFile. Related to Issue [WTI-1093]

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

Former-commit-id: cb521aa99f8ab2aae9fe1e8e140c89e980df0b38

Former-commit-id: 66e86c3638367473d67986cb1c8ec92faa4562a9

    • -2
    • +3
    /Core/Common/src/Core.Common.Gui/GuiCore.cs
  1. … 37 more files in changeset.
Extended PipingCalculationGroupReader with logic for reading and validating the provided XML file Related to Issue [WTI-1135]

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

Former-commit-id: d6c1ed9eee46471a0500a8ac05cd42b7cc81a427

Former-commit-id: f1839ba0f2c844a0432a466f7715abd25c7d6e41

* Introduced Range class and FormattableConstants * Refactored all mentions of value ranges in Resources throughout the solution and replaced those by injecting instances of Range. ** This solution supports globalization of the application better. * Removed Dotspatial Legend related stuff from BruTileLayer and IConfiguration (and it's derivatives). * Cleanup in BruTileLayer. * Extended ProbabilityHelper with method for validating probability values. Related to Issue [WTI-1131]

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

Former-commit-id: d5a767df415eb68fcef3ebd2503020ed5f4979cc

Former-commit-id: 1bdd5e06da36a1dbb69f6e6e4d1e529805155d47

  1. … 70 more files in changeset.
Got rid of PipingCalculationGroupReader Related to Issue [WTI-1135]

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

Former-commit-id: 3b5d9e56c2f42dd8917a9c04492521d08c1d5a5c

Former-commit-id: a7add823d6898346782b27b11c50f6fd7c5709d7

Modified WmtsConnectionDialog and WmtsLocationControl according to suggestions by PO and tester Updated conditions when to enable WmtsLocationControl.UpdateConnectToButton Added tests for coverage Integrated WmtsLocationControl in BackgroundMapDataSelectionDialog Related to Issue [WTI-1091]

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

Former-commit-id: 7260d7afaeb13aa960cf434efd5215bb708c4cf3

Former-commit-id: 5d7cebc191a784ccff92c878f7cf27eae0aeabf7

formatting Related to Issue [WTI-1060]

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

Former-commit-id: 45e4396dc1d346cc1641a2d29001ffc5226437ec

Former-commit-id: 67e0b198bcdae3294a563c1ee736275cc81b9022

Update migration script Related to Issue [WTI-1093]

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

Former-commit-id: d568543395057a6880a61fdd1ca61324674da2dd

Former-commit-id: 077fe318833c0e82d43d7a047a35b8161d790bd1

- Removed unused references - Added removing surface lines from the failure mechanism functionality in the corresponding replace data strategy: -- Tests added to cover for functionality -- Added failureMechanism as a constructor argument to also clear the dependent data - Corrected test names Related to Issue [WTI-1075]

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

Former-commit-id: 164affc2642f9409977ae566ed0f985672020885

Former-commit-id: 659989299b101b23eff71a73b120bf14586069dd

- Updated texts Related to Issue [WTI-1060]

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

Former-commit-id: f6c28a3cf3890d7739e3f084ca0f4fcf7640e320

Former-commit-id: e3b698b0078df6750460ad154b53b8d585ce964f

Added file path validation to PipingCalculationGroupReader Related to Issue [WTI-1135]

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

Former-commit-id: 88c95a10ea4534def62746e7cb5046ff7ec646f0

Former-commit-id: 47bf44b58ab99c4d1fa62bf02eb8ad19b62112f0

Introduced PipingConfigurationConversionException Related to Issue [WTI-1135]

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

Former-commit-id: 78cabbe6b3e179d9ea4c9748fad666cae8bae32b

Former-commit-id: e7fec0d460975683bfef9dd9b289e79924eaa552

- Added UpdateInfos to include update info tests - Extended PipingPlugIn test with asserts on the GetUpdateInfos function - Connected the importers with the correct strategies for the update and import functionality - Rearranged the argument order of the piping surface line importer in a more logical way - Fixed typos in XMLDocs

Related to Issue [WTI-1075]

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

Former-commit-id: ca4b09061daa8d0e0df9103580097bff04e7793e

Former-commit-id: babb3c57bdbf60b76c8247558d01412ef7043751

Extended PipingCalculationGroupReader with XML schema logic Related to Issue [WTI-1135]

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

Former-commit-id: fbfe6e5e7c95088a4a9161a492a9d3ac8b8233ee

Former-commit-id: f070d1df20521551c7bb77f37d24ae637ebaf151

Made stochastic soil model name non-nullable and unique in the database. Related to Issue [WTI-1093]

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

Former-commit-id: 7adc8bf9583c0ebb80d45b14f7c51f80494e135a

Former-commit-id: 44a6f25d9eefec60cad7a632f54b5a3484d3538d