Opened 11 years ago
Closed 11 years ago
#2698 closed defect (fixed)
Revise garden tests to test geomjson inputs
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.1.3 |
Component: | postgis | Version: | 2.1.x |
Keywords: | history | Cc: |
Description
Just realized garden tests aren't properly testing ST_GeomFromGeoJSON since it's missing an argument converter for geomjson as it does for geomgml and geomkml - otherwise it should have caught at least the null coordinates issue.
Change History (5)
comment:1 by , 11 years ago
Owner: | changed from | to
---|
comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 11 years ago
Keywords: | history added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Robe both the 2.1 and the 2.0 backports need a NEWS entry.
comment:5 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Oops, sorry, I meant the actual bugfix
Note:
See TracTickets
for help on using tickets.
Was broken for ST_GeomFromKML checking too .
Should be fixed at r12417 from trunk (2.2) will backport once confirmed.