Ticket #1555 (closed defect: invalid)
[raster] testapi.c fails on OSX line 1682
| Reported by: | pramsey | Owned by: | dustymugs |
|---|---|---|---|
| Priority: | critical | Milestone: | PostGIS 2.0.0 |
| Component: | raster | Version: | trunk |
| Keywords: | Cc: |
Description
Platform, OSX 10.6, 64bit build.
Testing rt_raster_intersects Check failed on line 1682 make: *** [check] Error 1
Printing out the relevant values from the test harness:
intersects 0 rtn 1
Which is consistent, I guess, since the test is looking for intersects == 1.
rtn = rt_raster_intersects( rast1, 0, rast2, 0, &intersects ); CHECK((rtn != 0)); CHECK((intersects == 1));
Change History
Note: See
TracTickets for help on using
tickets.
