Core.Common.Utils.Tests

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Sped up some tests Related to Issue [WTI-63]

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

Former-commit-id: 1070448827672ed3b4de699bdbd35214bf6c884a

  1. … 3 more files in changeset.
Remove ignored tests for Entity => Entity will be removed anyway Related to Issue [WTI-63]

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

Former-commit-id: a5a5a818a0a05319410c778c8126f2f93111e245

- wrote a separate method for the 'wait until directory is deleted or timeout' feature used in two tests Related to Issue [WTI-120]

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

Former-commit-id: 60f47dcd085fa9efbf313c1778e83b61fb507e8c

Implemented Segment2D which represents a line between two points (without direction). Simplified algorithm to find a 1D profile in a 2D profile at some X. Removed obsolete Math2D methods. Added exceptions when geometries in a SoilLayer2D do not define a loop. Added constructor for Point2D with two parameters (x and y). Making use of 2D concepts within profiles. Updated PointCollectionHelper to create loops with Segments2D out of the points. Renamed PipingSoilLayerReaderTest to PipingSoilLayer2DReaderTest Related to Issue [WTI-27]

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

Former-commit-id: dd2c888c20e5c1eaff6b99ca6b3674286c19098f

  1. … 22 more files in changeset.
- Moved IApplication - Moved ApplicationPlugin - Refreshed references - repository added for base.test

- Renamed namespace GIS to Gis (automatically done by ReSharper)

- Fixed test that sometimes failed (probably due to a race condition on the file system)

- Removed redundant empty statements

- Removed reference (in XML) to undefined method

Related to Issue [WTI-120]

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

Former-commit-id: b0df258e39a0dc7729c014683d70c3ed160a822f

  1. … 207 more files in changeset.
Removed redundant classes Related to Issue [WTI-96]

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

Former-commit-id: 39a5d5c9c2b050ac7c4e8d3e403bfb3559393a90

  1. … 3 more files in changeset.
- Renamed Core.Common.DelftTools.Tests file test location to Core.Common.Base.Tests Related to Issue [WTI-92]

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

Former-commit-id: 93de3a2fcb6ff5618aef0a5609070604472f8557

  1. … 1 more file in changeset.
- Fixed names in assemblies - Internal classes in Core.Common.Control.Swf made public, for internal no longer suffices Related to Issue [WTI-92]

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

Former-commit-id: 4fe77264a6671b1c64a0ad84b2dc2e0b78f74c4d

  1. … 49 more files in changeset.
Merged revision(s) from branches/0.5.0.0461: Related to Issue [WTI-92]

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

Former-commit-id: c77f919dd86664474244af27a39295d55589d0ab

    • -0
    • +268
    ./Aop/EntityAttributeTest.cs
    • -0
    • +59
    ./Aop/InvokeRequiredAttributeTest.cs
    • -0
    • +19
    ./Aop/TestClasses/DllImports.cs
    • -0
    • +70
    ./Aop/TestClasses/InvokeRequiredTestClass.cs
    • -0
    • +57
    ./Aop/TraceDllImportCallsAttributeTest.cs
    • -0
    • +57
    ./ChartViewDateTimeFormatProviderTest.cs
    • -0
    • +162
    ./Collections/EnumerableExtensionsTest.cs
    • -0
    • +58
    ./Collections/Extensions/ListExtensions.cs
    • -0
    • +119
    ./Collections/Generic/EnumerableListTest.cs
    • -0
    • +274
    ./Collections/Generic/EventedListTest.cs
    • -0
    • +37
    ./ComparableExtensionsTest.cs
    • -0
    • +49
    ./ConversionHelperTest.cs
    • -0
    • +165
    ./Core.Common.Utils.Tests.csproj
    • -0
    • +33
    ./DateTimeExtensionsTests.cs
  1. … 4825 more files in changeset.
* Fixed failing tests * Removed redundant test data

Related to Issue [WTI-92]

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

Former-commit-id: 9f9ce132862c523826b55d27922b9bda1b52e537

    • -3
    • +3
    ./PropertyBag/DynamicPropertyBagTest.cs
  1. … 66 more files in changeset.
- Some Tests still fail due to an incorrect path of the test data - Initializer of *Core.GIS.SharpMap.Layers.VectorLayer* is malfunctioning and throws an *System.TypeInitializationException* exception - Test-data for piping still needs to be moved Related to Issue [WTI-92]

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

Former-commit-id: 4288eaaa1d5f5d7892a7c15d59c3e4747e8e8471

    • -0
    • +40521
    ./test-data/File_over_10MB.txt
    • -0
    • +1
    ./test-data/File_with_content.txt
  1. … 577 more files in changeset.
Solution can be build without errors after namespace changes - NOTE: Resharper still has 21 errors Related to Issue [WTI-92]

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

Former-commit-id: 5812111d2fd060d5e55769d7204ebe52cecb945e

    • -3
    • +3
    ./Aop/TraceDllImportCallsAttributeTest.cs
    • -1
    • +1
    ./ChartViewDateTimeFormatProviderTest.cs
    • -2
    • +2
    ./Collections/EnumerableExtensionsTest.cs
    • -2
    • +2
    ./Collections/Extensions/ListExtensions.cs
    • -4
    • +4
    ./Collections/Generic/EventedListTest.cs
  1. … 1167 more files in changeset.
- Deleted old files - Fixed invalid paths Related to Issue [WTI-92]

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

Former-commit-id: d68bd6dc6c2f5177419234c83b04bcc5ffcfda11

  1. … 15 more files in changeset.
- Moved almost all projects to their new location Only test projects remain Related to Issue [WTI-92]

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

Former-commit-id: c185e6c39ddf027192b7941455855a3cebac9cfc

    • -0
    • +268
    ./Aop/EntityAttributeTest.cs
    • -0
    • +59
    ./Aop/InvokeRequiredAttributeTest.cs
    • -0
    • +19
    ./Aop/TestClasses/DllImports.cs
    • -0
    • +70
    ./Aop/TestClasses/InvokeRequiredTestClass.cs
    • -0
    • +57
    ./Aop/TraceDllImportCallsAttributeTest.cs
    • -0
    • +57
    ./ChartViewDateTimeFormatProviderTest.cs
    • -0
    • +162
    ./Collections/EnumerableExtensionsTest.cs
    • -0
    • +58
    ./Collections/Extensions/ListExtensions.cs
    • -0
    • +119
    ./Collections/Generic/EnumerableListTest.cs
    • -0
    • +274
    ./Collections/Generic/EventedListTest.cs
    • -0
    • +37
    ./ComparableExtensionsTest.cs
    • -0
    • +49
    ./ConversionHelperTest.cs
    • -0
    • +165
    ./Core.Common.Utils.Tests.csproj
    • -0
    • +33
    ./DateTimeExtensionsTests.cs
  1. … 3994 more files in changeset.