﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
27965	gis_tests.test_geoforms.GeometryFieldTest.test_field_string_value fails	Sergey Fedoseev	Sergey Fedoseev	"{{{
======================================================================
FAIL: test_field_string_value (gis_tests.test_geoforms.GeometryFieldTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/usr/lib/python3.5/unittest/case.py"", line 59, in testPartExecutor
    yield
  File ""/usr/lib/python3.5/unittest/case.py"", line 601, in run
    testMethod()
  File ""/home/sergey/dev/django/tests/gis_tests/test_geoforms.py"", line 119, in test_field_string_value
    self.assertEqual(pt1_json, {'coordinates': [812632.2827908975, 5465442.183322753], 'type': 'Point'})
  File ""/usr/lib/python3.5/unittest/case.py"", line 821, in assertEqual
    assertion_func(first, second, msg=msg)
  File ""/usr/lib/python3.5/unittest/case.py"", line 1112, in assertDictEqual
    self.fail(self._formatMessage(msg, standardMsg))
  File ""/usr/lib/python3.5/unittest/case.py"", line 666, in fail
    raise self.failureException(msg)
AssertionError: {'type': 'Point', 'coordinates': [812632.2827908972, 5465442.183322753]} != {'coordinates': [812632.2827908975, 5465442.183322753], 'type': 'Point'}
- {'coordinates': [812632.2827908972, 5465442.183322753], 'type': 'Point'}
?                                  ^

+ {'coordinates': [812632.2827908975, 5465442.183322753], 'type': 'Point'}
?

}}}"	Cleanup/optimization	closed	GIS	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
