Core.Components.DotSpatial.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typo WTI-1553

Only add default category if metadata cannot be found in attribute mapping WTI-1553

    • -4
    • +4
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 1 more file in changeset.
Change type of valuecriterion to string WTI-1881

    • -2
    • +2
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapLineDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPointDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 5 more files in changeset.
Removed unused TestUtil project. WTI-1856

    • -4
    • +0
    ./Core.Components.DotSpatial.Test.csproj
  1. … 9 more files in changeset.
Moved TestFeatureBasedMapData to correct project. WTI-1856

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -1
    • +1
    ./Layer/FeatureBasedMapDataLayerFactoryTest.cs
  1. … 9 more files in changeset.
Changed copyright year. Paired with lubbers. WTI-1828

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapLineDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapPointDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapPolygonDataConverterTest.cs
    • -1
    • +1
    ./Layer/FeatureBasedMapDataLayerFactoryTest.cs
    • -1
    • +1
    ./Layer/ImageBasedMapDataLayerFactoryTest.cs
    • -1
    • +1
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
    • -1
    • +1
    ./Projections/ReprojectExtensionsTest.cs
  1. … 6081 more files in changeset.
Ran Deltares Cleanup:

- Applied for Core.Components

WTI-1767

    • -2
    • +4
    ./Converter/MapLineDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPointDataConverterTest.cs
    • -2
    • +4
    ./Converter/MapPolygonDataConverterTest.cs
    • -7
    • +27
    ./Layer/BruTile/BruTileLayerTest.cs
    • -3
    • +3
    ./Projections/ReprojectExtensionsTest.cs
  1. … 62 more files in changeset.
Set parrallelizable attribute to test projects

  1. … 197 more files in changeset.
Update System.Data.SQLite.* to version 1.0.106.0 WTI-1587

  1. … 55 more files in changeset.
Final review related cleanup. Updated tests/test names, updated resources and updated xmldocs. WTI-1551 Paired with SiuHinTang

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 12 more files in changeset.
Renamed Criteria -> Criterion as it is a singular item to be applied.

WTI-1551

    • -8
    • +8
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -7
    • +7
    ./Converter/MapLineDataConverterTest.cs
    • -8
    • +8
    ./Converter/MapPointDataConverterTest.cs
    • -7
    • +7
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 14 more files in changeset.
Removed 'Theme' folder in test util: - There's only one criteria implementation remaining, making the folder obsolete

WTI-1551

    • -1
    • +0
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 7 more files in changeset.
- Removed ICriteria: -- There's only one concrete implementation present, hence no need to define an interface to be able to use multiple types of criteria -- Removed concrete test implementation, there's no need to to have an empty test object anymore

WTI-1551

    • -53
    • +0
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 12 more files in changeset.
Removed 'Criteria' folder: - There's only one criteria implementation remaining making the folder obsolete

WTI-1551

    • -1
    • +0
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -1
    • +0
    ./Converter/MapLineDataConverterTest.cs
    • -1
    • +0
    ./Converter/MapPointDataConverterTest.cs
    • -1
    • +0
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 16 more files in changeset.
Start removal of interval criteria: - Does not work in DotSpatial, ranges are specified as a "substring" rather than a full string (e.g. x<= 5 would also include results <=5x, where x is an arbitrary number of digits_

WTI-1551

    • -74
    • +0
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -99
    • +0
    ./Converter/MapLineDataConverterTest.cs
    • -101
    • +0
    ./Converter/MapPointDataConverterTest.cs
    • -92
    • +0
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 6 more files in changeset.
- Added thematical test data for point map data - Fixed bug, surround values with ' in the filter expressions for ValueCriteria send to DotSpatial components

WTI-1551

    • -2
    • +2
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapLineDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPointDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
Corrected filter expression when an unequal operator is used for the ValueCriteria

WTI-1551

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapLineDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapPointDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 1 more file in changeset.
- Renamed enum values of the RangeCriteria operator to resolve ambiguity - Implemented generic tests for the FeatureBasedMapDataConverter to assert correctness of the applied algorithm

WTI-1551

    • -3
    • +273
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapLineDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPointDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
- Converted algorithm to create (categorial) schemes according to the Template Pattern => made mandatory functions abstract - Implemented categorial theming conversion for the polygon map data

WTI-1551

    • -0
    • +15
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -0
    • +185
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 2 more files in changeset.
- Created first (specific) implementation of categories for the MapLineData

WTI-1551

    • -0
    • +197
    ./Converter/MapLineDataConverterTest.cs
    • -10
    • +10
    ./Converter/MapPointDataConverterTest.cs
  1. … 1 more file in changeset.
- Created first (specific) implementation of categories for the MapPointData

WTI-1551

    • -2
    • +209
    ./Converter/MapPointDataConverterTest.cs
    • -1
    • +5
    ./Core.Components.DotSpatial.Test.csproj
  1. … 2 more files in changeset.
Updated usages of NotSupported and InvalidEnumArgumentExceptions: - Updated XMLDocs - Updated / added tests

Related to Issue [WTI-1230]

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

Former-commit-id: 37f10d5033eafc2f35871a58645d68f0a91ea97c

Former-commit-id: 6ec8f10c878dfa70b94c3971ddece9505b40e8af

  1. … 3 more files in changeset.
Rename Core.Common.Utils.* to Core.Common.Util.* Related to Issue [WTI-1505]

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

Former-commit-id: cbdb6083b66a0f5e31e8d646a50ec7b6d506babb

Former-commit-id: 1e007d66918a5408581dc8e47b78130d5cd299c5

    • -4
    • +4
    ./Core.Components.DotSpatial.Test.csproj
    • -1
    • +1
    ./Layer/ImageBasedMapDataLayerFactoryTest.cs
  1. … 840 more files in changeset.
Removed redundant comments in csproj. Related to Issue [WTI-1487]

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

Former-commit-id: 8e1604654a0f8edc5f4b6cf753d588aa3ca5b3d5

Former-commit-id: 54c5d141b442e16ae8bc28e34dd56217b3a98929

    • -7
    • +0
    ./Core.Components.DotSpatial.Test.csproj
  1. … 312 more files in changeset.
Updated ToolsVersion from 14 to 15. Related to Issue [WTI-1487]

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

Former-commit-id: afce36afa801fee7f7fe1b4fc37394806575aee1

Former-commit-id: 0c9e84ba04e19526048ad29ee054468f7cd7eb5e

    • -1
    • +1
    ./Core.Components.DotSpatial.Test.csproj
  1. … 316 more files in changeset.
Removed guids from all assemblies Related to Issue [WTI-1487]

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

Former-commit-id: c14f3422f5050185d2629b9060b08b361bb38462

Former-commit-id: 786e73e38506910e08cf71faabacd13cc7d2a864

  1. … 312 more files in changeset.
Remove array properties from the data model Related to Issue [WTI-1401]

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

Former-commit-id: ada314a5e610cbfedc9121b04629719a29c118da

Former-commit-id: 77cf6356b8cb0a8ea4ebf34a8393062f0019dcef

    • -3
    • +3
    ./Converter/MapLineDataConverterTest.cs
    • -1
    • +1
    ./Converter/MapPointDataConverterTest.cs
    • -5
    • +5
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 33 more files in changeset.
Remove ICollection occurrences Related to Issue [WTI-1401]

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

Former-commit-id: 4f402ace1fbc9ef790e29d63702cb0586e0456dc

Former-commit-id: 75401bb68313a4734fa513d5d0b33a3cfd497dbc

  1. … 20 more files in changeset.
Cleaned csproj for Core components test files. Related to Issue [WTI-1487]

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

Former-commit-id: aa294ccec0d589ea3f5dcd7decd68a8d84bbd833

Former-commit-id: 6daa4b8703dd4ecdf6e701ae382db88d07338bf3

    • -34
    • +1
    ./Core.Components.DotSpatial.Test.csproj
  1. … 20 more files in changeset.
Removed NuGetPackageImportStamp throughout solution. Related to Issue [WTI-1463]

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

Former-commit-id: 495d6c7f60f98b43c0d995bfbef6f2fd9da93eac

Former-commit-id: edc9714f64bd679030e9beec261c647a415ca905

    • -2
    • +0
    ./Core.Components.DotSpatial.Test.csproj
  1. … 3 more files in changeset.