Opened 11 years ago
Last modified 7 years ago
#2699 new defect
More garden test fixes for geometry
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS Fund Me |
Component: | postgis | Version: | 2.1.x |
Keywords: | Cc: |
Description
Seems others I'm not testing
like ST_DelaunayTriangles. Will fix later:
catching these missing test spots with
SELECT func, max(log_end) from postgis_garden_log22 GROUP BY func HAVING max(log_end) is null;
which will catch all function tests that never pass, most likely because the sql to test is malformed.
Change History (4)
comment:1 by , 11 years ago
Owner: | changed from | to
---|
comment:2 by , 11 years ago
comment:3 by , 9 years ago
Milestone: | PostGIS 2.2.0 → PostGIS Future |
---|
Note:
See TracTickets
for help on using tickets.
well looks like others failing all the time (besides ST_DelunayTriangles) are all the sfcgal funcs, which I know I don't have installed so that is to be expected.