Changes between Initial Version and Version 1 of Ticket #18795
- Timestamp:
- Aug 19, 2012, 2:49:45 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18795 – Description
initial v1 1 1 The failures seem minor. It looks like a formatting issue of the values returned. 2 2 3 3 {{{ 4 4 ====================================================================== 5 5 FAIL: test_json (django.contrib.gis.geos.tests.test_geos.GEOSTest) … … 28 28 self.assertEqual(g.json, geom.json) 29 29 AssertionError: u'{ "type": "Point", "coordinates": [ 100.000000, 0.000000 ] }' != '{ "type": "Point", "coordinates": [ 100.0, 0.0 ] }' 30 }}}