Application.Ringtoets.Migration.Core.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
* Fixed typos. * Renamed MigrationNeeded to MigrationRequired. * Cleanup. * Asserting log messages improved by taking type of message into account. * Moved CriticalFileReadException from Core.Common.IO\Exceptions to Core.Common.Base\IO * Task is now disposed when disposing ActivityProgressDialog * Put license header back Related to Issue [WTI-1049]

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

Former-commit-id: 54560eb7ca6c0a99cdcf14b0406c23b9eca57311

Former-commit-id: 3b703601071d34a3cca2779d0c671f3d3ddabcd9

  1. … 123 more files in changeset.
Implemented review comments: - Introduced a RingtoetsProjectMigrationTestHelper: -- Can be used to retrieve file paths to latest, supported or unsupported files -- Can be used to retrieve all file paths to the supported outdated project files -- Replaced explicit project file calls with methods from the test helper Related to Issue [WTI-1095]

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

Former-commit-id: 64aa9cbe289ee0c728cd30e9d23b962591cc0d90

Former-commit-id: 54d365a5c6b2ca6f9d0990ee27abfc38286968a1

    • -0
    • +4
    ./Application.Ringtoets.Migration.Core.Test.csproj
    • -8
    • +9
    ./RingtoetsSqLiteDatabaseFileMigratorTest.cs
  1. … 10 more files in changeset.
updated Hydraulic database location to C:\ instead of my user temp directory

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

Former-commit-id: ecad5d697a2ce05bb50a873bb1a934f9bce4b819

Former-commit-id: 8da6ef2628528a1219f3d1414c79c83f3a8abf7c

Updated tests with GetScratchPadPath Paired with tangerma Related to Issue [WTI-1088]

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

Former-commit-id: 76b37a547837d85495939bef575161003eb4f535

Former-commit-id: 342ddbae4245ac328542bb682fede067eb760c54

  1. … 18 more files in changeset.
Removed random files (accidental commit) Related to Issue [WTI-1095]

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

Former-commit-id: be7066ef5c244c16e6ce00f568298022efcaaefd

Former-commit-id: 44e0ea4077de57e0d9cb43142934007e79f0d84d

Created new Application.Migration project which will be responsible for the GUI migration logic - Updated License - Renamed and moved existing Application.Migration projects: -- Application.Migration --> Application.Migration.Core which will serve as the main library for all related Migration Ringtoets functionality -- Application.MigrationConsole --> Application.Migration.Console -- Updated the TestDataPath to point to the correct path Related to Issue [WTI-1095]

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

Former-commit-id: 26428f30b3c9f36ab105d8aa3a93e3df6449211b

Former-commit-id: dcb9d35bd6a34039e0d7b5a66b001036eed19c95

    • -0
    • +118
    ./Application.Ringtoets.Migration.Core.Test.csproj
    • -0
    • +27
    ./Properties/AssemblyInfo.cs
    • -0
    • +168
    ./RingtoetsCreateScriptTest.cs
    • -0
    • +167
    ./RingtoetsDatabaseFileTest.cs
    • -0
    • +40
    ./RingtoetsDatabaseQueryBuilderTest.cs
    • -0
    • +124
    ./RingtoetsDatabaseSourceFileTest.cs
    • -0
    • +113
    ./RingtoetsMigratorTest.cs
    • -0
    • +242
    ./RingtoetsSqLiteDatabaseFileMigratorTest.cs
    • -0
    • +175
    ./RingtoetsUpgradeScriptTest.cs
    • -0
    • +115
    ./RingtoetsVersionedFileTest.cs
    • binary
    ./test-data/1fkxcm1k.eyd
    • binary
    ./test-data/1tod5qxe.emb
    • binary
    ./test-data/3ezlhpsr.ys3
    • binary
    ./test-data/44mj1vrv.hrr
  1. … 78 more files in changeset.