#19678: Test failure with spatialite
--------------------------------------+------------------------
               Reporter:  julien      |          Owner:  nobody
                   Type:  Bug         |         Status:  new
              Component:  GIS         |        Version:  1.4
               Severity:  Normal      |       Keywords:
           Triage Stage:  Unreviewed  |      Has patch:  0
    Needs documentation:  0           |    Needs tests:  0
Patch needs improvement:  0           |  Easy pickings:  0
                  UI/UX:  0           |
--------------------------------------+------------------------
 I'm seeing a test failure with spatialite 4.0.0:

 {{{
 vagrant@djangocore:~$ runtests2.6-spatialite gis
 Creating test database for alias 'default'...
 Creating test database for alias 'other'...
 
.........................F.....................................................................................................................................................
 ======================================================================
 FAIL: test02_osr
 (django.contrib.gis.tests.test_spatialrefsys.SpatialRefSysTest)
 Testing getting OSR objects from SpatialRefSys model objects.
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File "/django/django/contrib/gis/tests/test_spatialrefsys.py", line 76,
 in test02_osr
     self.assertTrue(srs.proj4 in sd['proj4'])
 AssertionError: False is not True

 ----------------------------------------------------------------------
 Ran 175 tests in 0.697s

 FAILED (failures=1)
 Destroying test database for alias 'default'...
 Destroying test database for alias 'other'...
 }}}

 All the version numbers can be found in the latest djangocore-box specs:
 https://github.com/jphalip/djangocore-box/blob/master/provisioning/shell
 /install-gis.sh

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19678>
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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to