Core.Common.IO.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Resharper cleanup Related to Issue [WTI-739]

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

Former-commit-id: cc281808e179c29d911408be422ca4359b9164ff

Former-commit-id: f5bbb16ba85dd1be24dda2c4ac413eddd1e10b6a

  1. … 78 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@5009 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: f2a2006d88ea1fd753d9cbc52f5aa1b414a21148

Former-commit-id: c7d539dbd48bd0a569a1291e76a2ef9b54274ac7

  1. … 78 more files in changeset.
Sanitize AssemblyInfo.cs Related to Issue [WTI-737]

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

Former-commit-id: 32332309c685116a280df0d92aea1e9b040224ad

Former-commit-id: 12c586e7da6cd345780fded5caf6959465d6e85b

  1. … 73 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

  1. … 310 more files in changeset.
Added GlobalAssembly.cs link to test/testutil projects. Cleared Assembly files to not contain duplicate attributes. Related to Issue [WTI-737]

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

Former-commit-id: 00b3ef95e112118f9735ab866101142dbd03b0fb

Former-commit-id: f028ede1db96d5721ecc1d42cde4a8bd33f51361

  1. … 142 more files in changeset.
Removing redundant code Related to Issue [WTI-737]

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

Former-commit-id: 3ad979f863041c200668e35f66dfc38d6628d5a2

Former-commit-id: 8007423c2200ae76000c22f867c807aca09448c5

    • -1
    • +1
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 37 more files in changeset.
* All code-base projects are now taken into account with code-coverage reports. * All test-base projects are now no longer taken into account with code-coverage reports. Related to Issue [WTI-737]

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

Former-commit-id: 9a45b3c0015e847c8e5895ffeff093009b19c33a

Former-commit-id: 54c44c643db1bc4daf56012aab10e3bec6eea1f5

  1. … 62 more files in changeset.
Removing obsolete code. Related to Issue [WTI-737]

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

Former-commit-id: 403a27792b79297f4e53030ad897aebce380129c

Former-commit-id: de6622b07b30c36a620b83f1e8efff118dfb0790

    • -1
    • +0
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 111 more files in changeset.
* Improved readability of tests * Turned String into string Related to Issue [WTI-757]

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

Former-commit-id: 701ea98de739f0f328ead01558e5e443c904e706

Former-commit-id: cdb77cc67acfc2869c510cc8a1f32c0201a5f40e

    • -3
    • +3
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 141 more files in changeset.
Implemented ShapeFileExporterBase up to ReferenceLineExporter. Related to Issue [WTI-319]

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

Former-commit-id: d32a65b29e94576db5e582483b93c97d66c7f54b

Former-commit-id: 637065f950dc9d6cef8e7ec7f49f0f37b14280fc

    • -0
    • +91
    ./Exceptions/CriticalFileWriteExceptionTest.cs
  1. … 17 more files in changeset.
Added license files to all projects except: Ringtoets.Application.SetUp Core.Common.Version Demo.Ringtoets Demo.Ringtoets.Test

Generated license files in projects.

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

Former-commit-id: 3acc9d7e6e84815f3fe9024f391e86456c362dc5

Former-commit-id: e0d4c1e5eded874de9d9391f8fe6af15b7369319

    • -1
    • +22
    ./Exceptions/LineParseExceptionTest.cs
  1. … 211 more files in changeset.
Added DirectoryDisposeHelper to create directories and have them removed when Disposing the instance. Modified FileDisposeHelper so that the Create method doesn't need to be called every time. HydraRingInitializationService and HydraRingConfigurationService are now responsible for writing their files themselves. Introduced HydraRingFileName with file name constants for in-/output files. Made TargetProbabilityCalculationParser and ExceedanceProbabilityCalculationParser non-static, so that output can be set on the parsers and read after parsing. Added license headers to Core.Common.TestUtil and Core.Common.TestUtil.Test files. Added Ringtoets.HydraRing.Calculation.TestUtil which contains a TestTargetProbabilityCalculationInput which can be used for testing. Added Ringtoets.HydraRing.Calculation.TestUtil.Test for tests. Related to Issue [WTI-666]

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

Former-commit-id: 65a4114dbe4f5ac9b516fd2753693db31aa4304e

Former-commit-id: 55601eb9116b1dff7de78dae0cd1a3d4385ea0a5

    • -1
    • +0
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 47 more files in changeset.
- Fixed parsing of SQLite connection string by parsing it via *DbConnectionStringBuilder*, rather than *SQLiteConvert.Split* - In case *new SQLiteConnection* does throw an SQLiteException, it is caught. - In Entity Framework, the UNC path is prefixed by two backslashes, making a total (including escape slashes) of 8 backslashes before the network node's name. - Added SQLiteConnection.ClearAllPools to StorageSqliteCreator to force SQLite to release all handles. Related to Issue [WTI-644]

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

Former-commit-id: 15066f1432b3da633ed3eed628fa6fb5d9fcbfc5

Former-commit-id: b7f73b5cd63b6462123add46078fb5f4cd7d730b

    • -1
    • +1
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 5 more files in changeset.
- Added catcher for exceptions thrown by initializing a new SQLiteConnection object. - Set the SQLiteConnection such, that it used the .NET Frameworks *DbConnectionStringBuilder.ConnectionString* to parse the database string. This parser also supports UNC paths. - Added tests for UNC path support. Related to Issue [WTI-644]

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

Former-commit-id: 22425ccb0403f5e2db214c5a25a8ba41c91609c0

Former-commit-id: 397d56ab59228026431afd46722ed7e978a7c65f

    • -0
    • +21
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 4 more files in changeset.
Added HydraulicDatabaseHelper with method to verify the currently set HRD path. Added verification of the HRD path before design water level calculations are added as activities. Refactored HydraulicBoundaryDatabaseImporter so that a separate ValidateAndConnectTo call is no longer necessary. Related to Issue [WTI-329]

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

Former-commit-id: 0e6ebc1278e493c7d2beb16af82e737495310882

Former-commit-id: d12a3f44e878a3d5252795f3da775265197f3b84

    • -1
    • +22
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 15 more files in changeset.
Changes after review. Related to Issue [WTI-255]

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

Former-commit-id: a172571f2fc1454b8ef604e73ff41acec1f1e7ad

Former-commit-id: 41460e932375452bb2de65c23a7cf343b0e66c81

    • -72
    • +0
    ./Exceptions/ElementReadExceptionTest.cs
  1. … 19 more files in changeset.
Changes after review. Related to Issue [WTI-362]

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

Former-commit-id: 126c24623b95dda84fd87ec7694cfd0ecdf96a83

Former-commit-id: 146d08f8f943a9da9743bf2bbda5df3f37555bd1

    • -0
    • +82
    ./Readers/StreamReaderHelperTest.cs
    • -0
    • +0
    ./test-data/StreamReaderHelper/empty.csv
  1. … 8 more files in changeset.
Review remarks processed Related to Issue [WTI-330]

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

Former-commit-id: 1b6b1b64ead563a95b4649cb8cd38adafc0433ef

Former-commit-id: 209cc8a34583db9702825d03bdd1c65338361acf

    • -0
    • +70
    ./Exceptions/LineParseExceptionTest.cs
  1. … 26 more files in changeset.
* Implemented suggestions from WTI-Review-324 ** Improved consistency of code/comments ** Removed unused references. ** Fixed typo in Licentie.rtf ** Cleanup Related to Issue [WTI-317]

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

Former-commit-id: 47998ef0d7021437628c242c5d4ea83410a6cc45

Former-commit-id: 2d3aa08662a9fcb44b389dfed8b04ed1e91ebbcf

    • -1
    • +1
    ./Exceptions/CriticalFileReadExceptionTest.cs
    • -1
    • +1
    ./Exceptions/ElementReadExceptionTest.cs
  1. … 54 more files in changeset.
Moved HydraulicBoundaryDatabase and resoucres to Ringtoets.Hydraring projects. Other changes made after review. Related to Issue [WTI-326]

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

Former-commit-id: 85665fbae10ff9b662894a60a98b88ba70deee3f

Former-commit-id: dfda01ad35bd5fde471aacf4f7d1ce493fd34af0

    • -111
    • +0
    ./Readers/DatabaseReaderBaseTest.cs
    • -0
    • +113
    ./Readers/SqLiteDatabaseReaderBaseTest.cs
  1. … 43 more files in changeset.
Fixed missing configuration in test projects Related to Issue [WTI-330]

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

Former-commit-id: 594652f6e76e3cad065f2a437e34de1efa0c009d

Former-commit-id: 0c763955cef5c244e220cea1246656cafb6286f9

  1. … 6 more files in changeset.
Introduced feature to read HRD database locations Replaced *PipingReadResult* by *ReadResult* Related to Issue [WTI-330]

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

Former-commit-id: 9c91f16ed42046390f0ae0e82710bf2732afdc1f

Former-commit-id: fe500ab72cdc1fb5f38bc11629b9ef1ee5ef2c09

    • -0
    • +22
    ./Readers/ReadResultTest.cs
  1. … 65 more files in changeset.
* Renamed LineShapeFileReader to PolylineShapeFileReader. * Added corner cases for reading incorrect/unsupported files. Related to Issue [WTI-317]

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

Former-commit-id: 98d3ca229e11928196205d60db9a6d2517df6e77

Former-commit-id: 064694f8b958db394362d006c63fd9996bfe248f

    • -1
    • +1
    ./Exceptions/CriticalFileReadExceptionTest.cs
    • -0
    • +72
    ./Exceptions/ElementReadExceptionTest.cs
  1. … 57 more files in changeset.
Refactored piping IO Reader to global reader base so we can also use it for HR database. Related to Issue [WTI-326]

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

Former-commit-id: a154c37f8986e44e7e2d9100ea5676023d3e0bb7

Former-commit-id: c695b2a962e1c6aa931094b946c0227de6853b99

    • -0
    • +81
    ./Core.Common.IO.Test.csproj
    • -0
    • +91
    ./Exceptions/CriticalFileReadExceptionTest.cs
    • -0
    • +56
    ./Properties/AssemblyInfo.cs
    • -0
    • +111
    ./Readers/DatabaseReaderBaseTest.cs
    • -0
    • +0
    ./test-data/DatabaseReaderBase/empty.sqlite
  1. … 30 more files in changeset.