Core.Components.Gis.IO.Test

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Read attributes when importing point shape files. Related to Issue [WTI-958]

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

Former-commit-id: a422db61048e4b6c02d2a424fb3a6c721b807a68

Former-commit-id: 38b6a8860d7c279fb304c26f32e41b098f7a6660

    • -0
    • +19
    ./Readers/PointShapeFileReaderTest.cs
  1. … 3 more files in changeset.
Set default selected attribute when importing shape file. Related to Issue [WTI-958]

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

Former-commit-id: 5bb3e42a72ca13cd75d51a50f30ae0e327cf8434

Former-commit-id: 1749b0e302443645e45812be6be13161ee2d34e0

    • -0
    • +2
    ./Readers/PolylineShapeFileReaderTest.cs
  1. … 1 more file in changeset.
git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/WTI-957@6741 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 132bfaee2cffe74e30a5fce1d4ef6231fb33e4fc

Former-commit-id: b874e7fec1e968f35c3ee45d6f2ae74a0010d11e

    • -13
    • +13
    ./Readers/PointShapeFileReaderTest.cs
    • -1
    • +1
    ./Readers/PolygonShapeFileReaderTest.cs
    • -11
    • +11
    ./Writers/PointShapeFileWriterTest.cs
    • -1
    • +1
    ./Writers/PolylineShapeFileWriterTest.cs
  1. … 68 more files in changeset.
used lower case after colon when using FileReaderErrorMessageBuilder. Added FirstToLower method in StringExtensions. Related to Issue [WTI-948]

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

Former-commit-id: e9d3cccc3d91f565fc53bdfffabb2449c517437e

Former-commit-id: b80c97fbcc39c0000d0348fb5fa4591371f53bed

    • -2
    • +2
    ./Readers/PolygonShapeFileReaderTest.cs
    • -2
    • +2
    ./Readers/PolylineShapeFileReaderTest.cs
  1. … 54 more files in changeset.
Added exception handling for unknown columns IDataReaderExtensions. Added test for the base implementation of CopyMetaDataIntoFeature, which should correctly read null values. Related to Issue [WTI-948]

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

Former-commit-id: 6def9369dc68d3d803284d9eda2071d9f2d98ab3

Former-commit-id: 815b581fbe601d6453809fcc5b22e2ca4a46e32e

    • -2
    • +93
    ./Readers/ShapeFileReaderBaseTest.cs
    • binary
    ./test-data/Attribute_EachTypeNullValue_QGis.dbf
    • -0
    • +1
    ./test-data/Attribute_EachTypeNullValue_QGis.prj
    • -0
    • +1
    ./test-data/Attribute_EachTypeNullValue_QGis.qpj
    • binary
    ./test-data/Attribute_EachTypeNullValue_QGis.shp
    • binary
    ./test-data/Attribute_EachTypeNullValue_QGis.shx
    • binary
    ./test-data/Shape_DBNullSignalerinValue.dbf
    • -0
    • +1
    ./test-data/Shape_DBNullSignalerinValue.prj
    • binary
    ./test-data/Shape_DBNullSignalerinValue.shp
    • binary
    ./test-data/Shape_DBNullSignalerinValue.shx
  1. … 3 more files in changeset.
- Check the code coverage configuration of the trunk Related to Issue [WTI-931]

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

Former-commit-id: 60655265b27b5521f0a53b0998b9ce77e069342f

Former-commit-id: e0560a24c08e4583c331a82ea5348baac1a32bfe

  1. … 97 more files in changeset.
Merged revision(s) 5600 from branches/Release/16_2: Performed resharper code cleanup. Related to WTI 869

........

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

Former-commit-id: 1f5cdbd9c71ae2e15c1a8f780256c4d349800dac

Former-commit-id: ba09cc58d6bd919ea2d05d633cd306752a558bfe

  1. … 177 more files in changeset.
Performed resharper code cleanup. Related to Issue [WTI-869]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_2@5600 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: 7ebd4da86463a8ac1225474d630da6be1e0cd0d3

Former-commit-id: 7c050c7874e5fd687bf433ee85ab3fc4a5c4dd7d

  1. … 185 more files in changeset.
- Added files and tests to check the exceptions that are generated when the .shp file is empty or corrupt Related to Issue [WTI-862]

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

Former-commit-id: 77f805a41843d6c27339525eaf86356054c46b8f

Former-commit-id: d2e369efc9c78dc249034ca3027bd8a35f8f16f5

    • -0
    • +51
    ./Readers/PointShapeFileReaderTest.cs
    • binary
    ./test-data/CorruptFile.shp
    • -0
    • +0
    ./test-data/EmptyFile.shp
  1. … 3 more files in changeset.
Improved error messages for when reading shape files. Related to Issue [WTI-862]

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

Former-commit-id: f319b071ab355481213233344bd5fb55f18543ea

Former-commit-id: 67ba82d65c41103b3fa4ecc73c17d8da8ff919b5

    • -2
    • +2
    ./Readers/PolygonShapeFileReaderTest.cs
    • -2
    • +2
    ./Readers/PolylineShapeFileReaderTest.cs
  1. … 13 more files in changeset.
updated error message when shape file does not contain geometries of type Line Related to Issue [WTI-862]

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

Former-commit-id: 59c6a8c848ecd64cbe56fe58058739c1160dd4f5

Former-commit-id: d90ea1b48ca3a4c12e07c48128fade7fb2760586

    • -1
    • +1
    ./Readers/PolylineShapeFileReaderTest.cs
  1. … 5 more files in changeset.
Changes after review. Related to Issue [WTI-862]

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

Former-commit-id: 7ff2939721c731eb6d0097ce2ff6a81c626144fd

Former-commit-id: c3ef114b8aba2ec92251adb6c3c5e8227a7c46ae

    • -1
    • +1
    ./Readers/PolylineShapeFileReaderTest.cs
  1. … 10 more files in changeset.
- Show right error message when a reference line file is in use and cannot be opened. - Changed resource for more clear messaging. Related to Issue [WTI-862]

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

Former-commit-id: 77b3f657a268181f83adaf5a7138a4639b5229c5

Former-commit-id: c11d8e51bf0980300c474a0412c56c057542acbe

    • -1
    • +1
    ./Readers/PolygonShapeFileReaderTest.cs
    • -1
    • +1
    ./Readers/PolylineShapeFileReaderTest.cs
  1. … 5 more files in changeset.
Merged revision(s) 4851 from branches/Release/16_1_1: Implemented improvements from testing.

........

Related to Issue [WTI-507]

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

Former-commit-id: 3a825f22b7105fb6570360605abec2b244946611

Former-commit-id: 96058e4042aa8a645609849758c651325e1d33ee

  1. … 2 more files in changeset.
Implemented improvements from testing. Related to Issue [WTI-507]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4851 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: bf54f9479db05eb25babd44cbe2957204bc473a7

Former-commit-id: 016e4576295cde90aa73cb8b88252dbf6539ffc1

  1. … 2 more files in changeset.
Implemented improvements from testing. Related to Issue [WTI-507]

git-svn-id: https://repos.deltares.nl/repos/WettelijkToetsInstrumentarium/branches/Release/16_1_1@4851 5a3db67b-de53-47b5-99c8-a1c30a6650e2

Former-commit-id: de88dc3c1c49d7ce461662028a93b3382dac6d62

Former-commit-id: 14480f49691c28acf6ec89e915f76c48d7330fc5

  1. … 2 more files in changeset.
* Cleanup Core.Components test and source projects.

Related to Issue [WTI-737]

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

Former-commit-id: e43482c8d3c88447940f3da14abeebf091a03a9c

Former-commit-id: ceea7f89ce9e85a05303af3fba2ecf2f58113cc5

    • -27
    • +28
    ./Readers/PointShapeFileReaderTest.cs
    • -15
    • +15
    ./Readers/ShapeFileReaderBaseTest.cs
  1. … 50 more files in changeset.
Sanitize AssemblyInfo.cs Related to Issue [WTI-737]

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

Former-commit-id: 32332309c685116a280df0d92aea1e9b040224ad

Former-commit-id: 12c586e7da6cd345780fded5caf6959465d6e85b

  1. … 73 more files in changeset.
* Removing obsolete string.format calls. * FeatureBasedMapData cannot have null elements on Features property. ** Removed defensive programming that covered this usecase. * cleanup Related to Issue [WTI-507]

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

Former-commit-id: 0dac2e06c15e211612eda6956184fe5159d3f1cf

Former-commit-id: c83145644593fa26c34a2dadd24aec1fcb8038aa

    • -1
    • +1
    ./Writers/PolylineShapeFileWriterTest.cs
    • -25
    • +2
    ./Writers/ShapeFileWriterBaseTest.cs
  1. … 14 more files in changeset.
* Added licence headers to all projects (except the installer, as this is not compatible with the tool we're using) Related to Issue [WTI-737]

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

Former-commit-id: b979849273917beaa200a788771088b6fa3df5b0

Former-commit-id: b23b99557c064e7da02709783a30facae89b69db

  1. … 310 more files in changeset.
Changes after review. Related to Issue [WTI-507]

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

Former-commit-id: 36257253e42cfac859dd6353b6939dba2bc0dc12

Former-commit-id: 591d60821a44cd733817afb926654011e6caaf24

    • -1
    • +63
    ./Writers/PointShapeFileWriterTest.cs
    • -3
    • +64
    ./Writers/PolylineShapeFileWriterTest.cs
    • -11
    • +64
    ./Writers/ShapeFileWriterBaseTest.cs
  1. … 37 more files in changeset.
Added GlobalAssembly.cs link to test/testutil projects. Cleared Assembly files to not contain duplicate attributes. Related to Issue [WTI-737]

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

Former-commit-id: 00b3ef95e112118f9735ab866101142dbd03b0fb

Former-commit-id: f028ede1db96d5721ecc1d42cde4a8bd33f51361

  1. … 142 more files in changeset.
Fixing code issues. Related to Issue [WTI-737]

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

Former-commit-id: eda341f18b4256e6ec2b5a35abeb824cc3ad066a

Former-commit-id: 4fd7ec51856c1c1ea4c8417287d6a67a6dfd9983

    • -1
    • +0
    ./Writers/PolylineShapeFileWriterTest.cs
  1. … 53 more files in changeset.
* All code-base projects are now taken into account with code-coverage reports. * All test-base projects are now no longer taken into account with code-coverage reports. Related to Issue [WTI-737]

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

Former-commit-id: 9a45b3c0015e847c8e5895ffeff093009b19c33a

Former-commit-id: 54c44c643db1bc4daf56012aab10e3bec6eea1f5

  1. … 62 more files in changeset.
Shapefile export for boundary condition locations. Related to Issue [WTI-507]

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

Former-commit-id: 6940f45de56519a880cb8b545d8676ae5a4227bf

Former-commit-id: 6654bf7244e7199c3dec534b5ea01ba858f94096

    • -0
    • +148
    ./Writers/PointShapeFileWriterTest.cs
    • -25
    • +5
    ./Writers/PolylineShapeFileWriterTest.cs
  1. … 24 more files in changeset.
Implemented improvements of review 833. Related to Issue [WTI-319]

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

Former-commit-id: 115b9f47156670850a72ecf8aeee39c8c3dd1e34

Former-commit-id: 4e15fe72ecb8ce192871cdd19de68f542e8ef893

    • -17
    • +17
    ./Readers/PointShapeFileReaderTest.cs
    • -18
    • +18
    ./Readers/PolygonShapeFileReaderTest.cs
    • -15
    • +15
    ./Readers/PolylineShapeFileReaderTest.cs
    • -2
    • +2
    ./Writers/PolylineShapeFileWriterTest.cs
  1. … 21 more files in changeset.
Fixed failing testcase. Shapefile attribute table is stored in *.dbf file, whose header differs depending on cultural etc machine settings. Skipping irrelevant header comparison. Related to Issue [WTI-319]

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

Former-commit-id: 053fdb7b213f5d5ae5df07b8576c408da22eecfc

Former-commit-id: 01e1736a1d7fb6595ea5291ae6381db40a401fdf

    • -2
    • +8
    ./Writers/PolylineShapeFileWriterTest.cs
- Review related changes -- renamed *DirectoryRightsHelper* to *DirectoryPermissionsRevoker* -- corrected flag handling Related to Issue [WTI-751]

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

Former-commit-id: 3400b5c90b579d54dc0dcbc64a9ad1d03d7d1cd8

Former-commit-id: 7f3ad5dc28f352cd38d3502c209223ed8916a6ed

  1. … 9 more files in changeset.
Implemented ReferenceLineExporter and tests. Correction to TestHelper, now actually refers to "test-data" folder as specified by the XML documentation. Related to Issue [WTI-319]

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

Former-commit-id: 3a82c6a47509cde333fb0a97f54b540c698178e6

Former-commit-id: edf23ecedbc9f896907f21441a728fe234eaa9f4

    • -5
    • +20
    ./Writers/PolylineShapeFileWriterTest.cs
    • -1
    • +33
    ./Writers/ShapeFileWriterBaseTest.cs
    • binary
    ./test-data/md5_reference.dbf
    • binary
    ./test-data/md5_reference.shp
    • binary
    ./test-data/md5_reference.shx
  1. … 12 more files in changeset.
* Improved readability of tests * Turned String into string Related to Issue [WTI-757]

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

Former-commit-id: 701ea98de739f0f328ead01558e5e443c904e706

Former-commit-id: cdb77cc67acfc2869c510cc8a1f32c0201a5f40e

  1. … 140 more files in changeset.