#2156 closed defect (fixed)
A test fails whether no JSON-C support
Reported by: | brushtyler | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.3 |
Component: | postgis | Version: | 2.0.x |
Keywords: | Cc: |
Description
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.
Change History (7)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
comment:4 by , 12 years ago
follow-up: 6 comment:5 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed. It doesn't fail using r10861 (trunk).
comment:6 by , 12 years ago
Replying to brushtyler:
Fixed. It doesn't fail using r10861 (trunk).
To be precise, I've tested it against r10862.
Note:
See TracTickets
for help on using tickets.
Please try with r10859