[postgis-tickets] [PostGIS] #2156: A test fails whether no JSON-C support
PostGIS
trac at osgeo.org
Wed Dec 19 08:26:43 PST 2012
#2156: A test fails whether no JSON-C support
------------------------+---------------------------------------------------
Reporter: brushtyler | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.3
Component: postgis | Version: 2.0.x
Keywords: |
------------------------+---------------------------------------------------
When the JSON-C support is not available then ''make check'' ends with
failure:
{{{
[...]
wkb .. ok
tickets .. failed (diff expected obtained: /tmp/pgis_reg/test_68_diff)
typmod .. ok
[...]
Run tests: 86
Failed: 1
make[1]: *** [check] Error 1
make[1]: Leaving directory
`/home/giuseppe/projects/sources/postgis/regress'
make: *** [check] Error 1
}}}
The ''/tmp/pqgis_reg/test_68_diff'' file contains:
{{{
238.OBT: #2130|8
238.EXP: ERROR: You need JSON-C for ST_GeomFromGeoJSON
}}}
Probably it would be better to skip that test or make the JSON-C support
mandatory.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2156>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list