#29483: Confirm support for GDAL 2.3
--------------------------------------+------------------------------------
     Reporter:  Tim Graham            |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  GIS                   |                  Version:  2.0
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------

Comment (by Claude Paroz):

 I just compiled a fresh 2.3 and obtained those 2 failures only:
 {{{
 ======================================================================
 FAIL: test_poly_multi (gis_tests.inspectapp.tests.OGRInspectTest)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/home/claude/checkouts/django-
 git/tests/gis_tests/inspectapp/tests.py", line 91, in test_poly_multi
     self.assertIn('geom = models.MultiLineStringField(srid=-1)',
 model_def)
 AssertionError: 'geom = models.MultiLineStringField(srid=-1)' not found in
 '# This is an auto-generated Django model module created by
 ogrinspect.\nfrom django.contrib.gis.db import models\n\n\nclass
 MyModel(models.Model):\n    laenge = models.FloatField()\n    breite =
 models.FloatField()\n    nummer = models.BigIntegerField()\n    geom =
 models.MultiLineStringField(srid=31253)'

 ======================================================================
 FAIL: test05_geometries (gis_tests.gdal_tests.test_ds.DataSourceTest)
 Testing Geometries from Data Source Features.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/home/claude/checkouts/django-
 git/tests/gis_tests/gdal_tests/test_ds.py", line 230, in test05_geometries
     self.assertIsNotNone(re.match(wgs_84_wkt_regex, g.srs.wkt))
 AssertionError: unexpectedly None
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29483#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/067.c85bab0d30f07da616322697dea42304%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to