Changes between Initial Version and Version 1 of Ticket #18795


Ignore:
Timestamp:
Aug 19, 2012, 2:49:45 AM (12 years ago)
Author:
Julien Phalip
Comment:

Fixed ticket description's formatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18795 – Description

    initial v1  
    11The failures seem minor. It looks like a formatting issue of the values returned.
    22
    3 
     3{{{
    44======================================================================
    55FAIL: test_json (django.contrib.gis.geos.tests.test_geos.GEOSTest)
     
    2828    self.assertEqual(g.json, geom.json)
    2929AssertionError: u'{ "type": "Point", "coordinates": [ 100.000000, 0.000000 ] }' != '{ "type": "Point", "coordinates": [ 100.0, 0.0 ] }'
     30}}}
Back to Top