Opened 12 years ago

Closed 12 years ago

#1423 closed defect (fixed)

Getting error on regress tests for GML

Reported by: robe Owned by: robe
Priority: blocker Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

I know I know — checking on why now and will fix. I assume I flipped one of my args the wrong way.

One question — I thought we decides ST_AsGML(empty) should return NULL?

One of the regress failures I'm getting is :

SELECT 'T3.8', ST_AsGML(3,'LINESTRING EMPTY'::geometry);

In version before my change - I think it was returning:

<gml:Point/>

and now its not returning anything — which is what I thought we decided it should do.

Change History (2)

comment:1 by robe, 12 years ago

Owner: changed from pramsey to robe

comment:2 by robe, 12 years ago

Resolution: fixed
Status: newclosed

fixed at r8635

Note: See TracTickets for help on using tickets.