Opened 9 years ago
Closed 9 years ago
#3323 closed defect (fixed)
regress failing on 2.3 cause we are using deprecated calls
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 2.3.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
tickets .. failed (diff expected obtained: /var/lib/jenkins/workspace/postgis/tmp/2_3_pg9.5w64/test_84_diff) ----------------------------------------------------------------------------- --- tickets_expected 2015-10-07 14:03:41.000000000 -0700 +++ /var/lib/jenkins/workspace/postgis/tmp/2_3_pg9.5w64/test_84_out 2015-10-07 14:33:44.000000000 -0700 @@ -8,6 +8,7 @@ #58|220187|150406|220289|150507 ERROR: lwgeom_to_gml2: 'CurvePolygon' geometry type not supported #66|CIRCULARSTRING(0 0,1 1,2 2) +WARNING: ST_Shift_Longitude signature was deprecated in 2.2.0. Please use ST_ShiftLongitude #68a|MULTIPOINT(1 3,4 5) ERROR: lwgeom_longitude_shift: unsupported geom type: CircularString #69|CIRCULARSTRING(220269 150417,220228 150507,220228 150408) @@ -96,6 +97,7 @@ #835.12|MULTIPOLYGON EMPTY #650|MULTIPOINT(0 0,1 1,2 2) #667|SRID=4326;CURVEPOLYGON(CIRCULARSTRING(30 40,-50 39.9999999999999,30 40)) +WARNING: ST_Distance_Spheroid signature was deprecated in 2.2.0. Please use ST_DistanceSpheroid #677.deprecated|1121395 #677|1121395 #680|01d107000000000000000024c000000000000049400000000000000040 -----------------------------------------------------------------------------
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|
comment:2 by , 9 years ago
Summary: | tickets failing on 2.3 cause we are using deprecated calls → regress failing on 2.3 cause we are using deprecated calls |
---|
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Let's not bother testing legacy functions. Replaced them at r14219
Note:
See TracTickets
for help on using tickets.
bunch of others too: