[postgis-devel] [PostGIS] #1423: Getting error on regress tests for GML

PostGIS trac at osgeo.org
Sat Dec 31 19:12:40 PST 2011


#1423: Getting error on regress tests for GML
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.0.0
Component:  postgis  |     Version:  trunk        
 Keywords:           |  
---------------------+------------------------------------------------------
 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.

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1423>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list