Changes between Initial Version and Version 1 of Ticket #37242
- Timestamp:
- Jul 31, 2026, 3:53:11 PM (2 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37242
- Property Has patch set
-
Ticket #37242 – Description
initial v1 3 3 For example, adjust this recently merged test data edit for #36626 (this might actually be sufficient for a regression test, since this is all I wanted to do at the time of merging): 4 4 {{{#!diff 5 diff --git a/tests/gis_tests/data/has_nulls/has_nulls.geojson b/tests/gis_tests/data/has_nulls/has_nulls.geojson 6 index 8ae52a1877..3bd34308fe 100644 7 --- a/tests/gis_tests/data/has_nulls/has_nulls.geojson 8 +++ b/tests/gis_tests/data/has_nulls/has_nulls.geojson 9 @@ -59,7 +59,6 @@ 10 "type": "Feature", 11 "properties": { 12 "uuid": "fa2ba67c-a135-4338-b924-a9622b5d869f", 13 - "time": "00:00:00", 14 "integer": null, 15 "num": null 16 }, 5 17 diff --git a/tests/gis_tests/gdal_tests/test_ds.py b/tests/gis_tests/gdal_tests/test_ds.py 6 18 index ea16c06f4a..a5904cbbc7 100644