Changes between Initial Version and Version 1 of Ticket #37242


Ignore:
Timestamp:
Jul 31, 2026, 3:53:11 PM (2 hours ago)
Author:
Jacob Walls
Comment:

PR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37242

    • Property Has patch set
  • Ticket #37242 – Description

    initial v1  
    33For 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):
    44{{{#!diff
     5diff --git a/tests/gis_tests/data/has_nulls/has_nulls.geojson b/tests/gis_tests/data/has_nulls/has_nulls.geojson
     6index 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       },
    517diff --git a/tests/gis_tests/gdal_tests/test_ds.py b/tests/gis_tests/gdal_tests/test_ds.py
    618index ea16c06f4a..a5904cbbc7 100644
Back to Top