RoughnessPointXmlSerializerTest.cs

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Moved Application.Storage.Test

WTI-1760

    • -83
    • +0
    ./RoughnessPointXmlSerializerTest.cs
  1. … 425 more files in changeset.
Added class constrains to DataCollectionSerializer Added XMLDocs to DataCollectionSerializer Added XML serializer for MacroStabilityInwardsSlice Removed roundtrip tests with empty arrays in derived classes of DataCollectionSerializer (this is already tested in DataCollectionSerializerTest Fixed test name in RoughnessPointXmlSerializerTest Related to Issue [WTI-1379]

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

Former-commit-id: 0265913e7df0b7f9e925f5f770fd232bb76aebbd

Former-commit-id: 0080580ae7ba1f3757af66edf3a58b59651d6b9a

    • -16
    • +1
    ./RoughnessPointXmlSerializerTest.cs
  1. … 8 more files in changeset.
Reverted rename of XML serializers, because the internal XML name will differ as well Related to Issue [WTI-1378]

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

Former-commit-id: 7780ac82facd3159219ebbcbdf0fde4bfaae5d53

Former-commit-id: 8c5887bdf4a0d3f0fbf889259a06e6415e6092de

    • -0
    • +98
    ./RoughnessPointXmlSerializerTest.cs
  1. … 62 more files in changeset.
Renamed XML serializers Related to Issue [WTI-1378]

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

Former-commit-id: a7485b96dc030d91d392a214a5b415e6c35c48ee

Former-commit-id: 2cd8760543138ae8bd076178ff0d2aba20da5362

    • -98
    • +0
    ./RoughnessPointXmlSerializerTest.cs
  1. … 62 more files in changeset.
Updated license headers in application. Related to Issue [WTI-1242]

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

Former-commit-id: bb059e969fc96666aeac8859903e186539291c50

Former-commit-id: 5555735a4426b9cb4f1db86329a7e5307ea5c911

  1. … 478 more files in changeset.
Application.Ringtoets code-cleanup Related to Issue [WTI-1242]

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

Former-commit-id: 1dc375faca87ba9dd08674d41e7bee35f48076f4

Former-commit-id: ca18aace27e6f81479199e7f11c384076797e63b

  1. … 97 more files in changeset.
- Review changes - XML doc fixed (proper exceptions) for DataCollectionSerializer and updated missing, redundant tests reviewed by: berg_jl Related to Issue [WTI-851]

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

Former-commit-id: 4cb674e9bbf29919be52ed4d4c216371512326c6

Former-commit-id: ffd42858d45a412b8db4472f6c79b0b0023eaf3c

    • -22
    • +3
    ./RoughnessPointXmlSerializerTest.cs
  1. … 21 more files in changeset.
Moved DikeProfile and related classes to Ringtoets.Common for reuse in "Voorlanden" issues of stonecover, geco and asphalt. Related to Issue [WTI-783]

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

Former-commit-id: 8eb17eff35dc159eb5e04c62f91123b02e15a75e

Former-commit-id: b7c8201f1911e228b5beba7f00cfbbd2a743ff24

  1. … 96 more files in changeset.
- Small cleanup changes Reviewed by @bouvrie Related to Issue [WTI-608]

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

Former-commit-id: a9c05c2e9e67f2225dd0f6ddbfc54d3eb36767cf

Former-commit-id: d32fddf49d896651f70eeec056493b259f077f49

  1. … 131 more files in changeset.
* Updated database design where BLOB columns have been replaced with TEXT columns to store XML instead. * Replaced BinaryConverter with XmlSerializers. ** This will make 'fingerprints' of ProjectEntity more stable across commits as Binary serialization by .Net framework stores assembly version in the serialized data. Our version code is commit dependent therefore each commit would generated a different fingerprint even though the data it's based upon isn't changed. Xml Serialization does not suffer from this side-effect. ** Common serialization code now stored in an abstract base-class. * Renamed FingerprintGenerator to FingerprintHelper. * Moved BinaryDataEqualityHelper into FingerprintHelper. Related to Issue [WTI-608]

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

Former-commit-id: f437b8ddad5967e75926045e9222a96104f870c2

Former-commit-id: 430b6e35a488ad078d7a473d79b50f19b0a08240

    • -0
    • +121
    ./RoughnessPointXmlSerializerTest.cs
  1. … 81 more files in changeset.