Core.Components.DotSpatial.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Updated BruTile from 0.19 to 0.20. WTI-2003

    • -2
    • +2
    ./Core.Components.DotSpatial.Test.csproj
  1. … 20 more files in changeset.
Removed all resources designer files. WTI-2003

    • -184
    • +0
    ./Properties/Resources.Designer.cs
  1. … 99 more files in changeset.
Revert "Removed all resources designer files. WTI-2003"

This reverts commit 2b0b66513226fa1fcd379c2cd214d61302cc9be7.

    • -0
    • +184
    ./Properties/Resources.Designer.cs
  1. … 99 more files in changeset.
Updated license headers in core.components. WTI-1971

  1. … 32 more files in changeset.
Revert "Updated NUnit in the solution. WTI-1966"

This reverts commit 8d6c02dba7d6bf52f2cd43f66b1bb61bf5925ee8.

    • -2
    • +2
    ./Core.Components.DotSpatial.Test.csproj
  1. … 427 more files in changeset.
Updated NUnit in the solution. WTI-1966

    • -2
    • +2
    ./Core.Components.DotSpatial.Test.csproj
  1. … 427 more files in changeset.
Fixed packages.config targetFramework. WTI-1953

  1. … 260 more files in changeset.
Fixed package references. WTI-1953

    • -2
    • +1
    ./Core.Components.DotSpatial.Test.csproj
  1. … 292 more files in changeset.
Updated .net version in all packages.config. WTI-1953

  1. … 267 more files in changeset.
Revert "Updated .net version in all packages.config. WTI-1953"

This reverts commit 5b0a61282b618ef46d67391fa93f577622c0481e.

  1. … 267 more files in changeset.
Updated NUnit to 3.11.0: WTI-1966

- Updated .csproj files

    • -2
    • +2
    ./Core.Components.DotSpatial.Test.csproj
  1. … 213 more files in changeset.
Updated NUnit to 3.11.0: WTI-1966

- Updated packages.config files

  1. … 212 more files in changeset.
Updated license headers in source files of test\Core.Components. WTI-1931

    • -3
    • +3
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -3
    • +3
    ./Converter/MapLineDataConverterTest.cs
    • -3
    • +3
    ./Converter/MapPointDataConverterTest.cs
    • -3
    • +3
    ./Converter/MapPolygonDataConverterTest.cs
    • -3
    • +3
    ./Layer/FeatureBasedMapDataLayerFactoryTest.cs
    • -3
    • +3
    ./Layer/ImageBasedMapDataLayerFactoryTest.cs
    • -3
    • +3
    ./MapFunctions/MapFunctionSelectionZoomTest.cs
    • -3
    • +3
    ./Projections/ReprojectExtensionsTest.cs
  1. … 203 more files in changeset.
Fixed .targets: WTI-1931

- Fixed included targets in the csproj: renamed Ringtoets --> Riskeer

    • -1
    • +1
    ./Core.Components.DotSpatial.Test.csproj
  1. … 353 more files in changeset.
Improvements after review. WTI-1887

    • -1
    • +1
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 8 more files in changeset.
Incorporated comments review 3403: WTI-1887

- Introduced additional constructor for the typed object

- Cleaned up XMLDoc and code

    • -1
    • +3
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 4 more files in changeset.
Incorporated comments review 3395: WTI-1887

- Updated test names to a more descriptive one

-- Corrected typos

    • -1
    • +1
    ./Converter/MapLineDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPointDataConverterTest.cs
    • -2
    • +2
    ./Converter/MapPolygonDataConverterTest.cs
Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter test of the FeatureBasedMapData.

    • -70
    • +189
    ./Converter/FeatureBasedMapDataConverterTest.cs
Incorporated comments review 3395: WTI-1887

- Fixed compilation errors in the converter tests of the derived map data classes

    • -11
    • +8
    ./Converter/MapLineDataConverterTest.cs
    • -10
    • +7
    ./Converter/MapPointDataConverterTest.cs
    • -11
    • +10
    ./Converter/MapPolygonDataConverterTest.cs
Ran intermediate cleanup across affected projects. WTI-1887

    • -1
    • +1
    ./Converter/MapLineDataConverterTest.cs
  1. … 9 more files in changeset.
Added missing tests WTI-1887

- Added for the derived classes: default category should be added when a theme is defined for an attribute that's not present in the features.

- Added for the filter expression, test in the base class to guarantee it always gives the expected expression.

- Fixed parameter names

    • -1
    • +29
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -0
    • +50
    ./Converter/MapLineDataConverterTest.cs
    • -3
    • +57
    ./Converter/MapPointDataConverterTest.cs
    • -7
    • +57
    ./Converter/MapPolygonDataConverterTest.cs
Fixed converters. WTI-1887

- Added category creation logic in the converters and pushed tests downwards for the derived datatypes from the converter base class.

    • -11
    • +5
    ./Converter/FeatureBasedMapDataConverterTest.cs
    • -20
    • +89
    ./Converter/MapLineDataConverterTest.cs
    • -21
    • +98
    ./Converter/MapPointDataConverterTest.cs
    • -15
    • +88
    ./Converter/MapPolygonDataConverterTest.cs
  1. … 4 more files in changeset.
Adjusted base converter WTI-1887

- Turned the base converter into a template pattern class, as the derived classes should provide the implementations to convert categories

    • -109
    • +67
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 1 more file in changeset.
Fix exception in map views when a map layer is cleared of its features but has several category themes WTI-1876

    • -0
    • +54
    ./Converter/FeatureBasedMapDataConverterTest.cs
  1. … 1 more file in changeset.
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.